Skip to content

Commit 0cb7d24

Browse files
committed
Update workflows
1 parent ceeb1bf commit 0cb7d24

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/localization/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
steps:
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: 20
2424
registry-url: https://registry.npmjs.org/
2525
cache: 'npm'
2626

.github/workflows/release-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- uses: actions/setup-node@v4
4343
with:
44-
node-version: 18
44+
node-version: 20
4545
registry-url: https://registry.npmjs.org/
4646
cache: 'npm'
4747

@@ -69,7 +69,7 @@ jobs:
6969

7070
- uses: actions/setup-node@v4
7171
with:
72-
node-version: 18
72+
node-version: 20
7373
registry-url: https://registry.npmjs.org/
7474
cache: 'npm'
7575

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- uses: actions/setup-node@v4
4343
with:
44-
node-version: 18
44+
node-version: 20
4545
registry-url: https://registry.npmjs.org/
4646
cache: 'npm'
4747

@@ -69,7 +69,7 @@ jobs:
6969

7070
- uses: actions/setup-node@v4
7171
with:
72-
node-version: 18
72+
node-version: 20
7373
registry-url: https://registry.npmjs.org/
7474
cache: 'npm'
7575

0 commit comments

Comments
 (0)