Skip to content

Commit a695d54

Browse files
committed
Update node version in actions
1 parent 766d25a commit a695d54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/libtest-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up NodeJS
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 18
33+
node-version: 20
3434

3535
- name: Install dependencies
3636
run: npm install --ignore-scripts

.github/workflows/libtest-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up NodeJS
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 18
33+
node-version: 20
3434

3535
- name: Install dependencies
3636
run: npm install --ignore-scripts

.github/workflows/libtest-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up NodeJS
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 18
36+
node-version: 20
3737

3838
- name: Install dependencies
3939
run: npm install --ignore-scripts

0 commit comments

Comments
 (0)