Skip to content

Commit c9a0e2d

Browse files
committed
chore: update ndoe version in gha
1 parent 48fab66 commit c9a0e2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lingodotdev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Use Node.js
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: "20.17"
51+
node-version: "20.19"
5252

5353
- name: Lingo.dev
5454
uses: ./

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Use Node.js
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: "20.17"
41+
node-version: "20.19"
4242

4343
- name: Install pnpm
4444
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)