Skip to content

Commit 3f469ac

Browse files
committed
bump version of node use for publishing
1 parent 5db6a1d commit 3f469ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ jobs:
9393
steps:
9494
- uses: actions/checkout@v4
9595

96-
- name: Use Node.js 18.14.0
96+
- name: Use Node.js 20.17.0
9797
uses: actions/setup-node@v4
9898
with:
99-
node-version: 18.14.0
99+
node-version: 20.17.0
100100
cache: yarn
101101

102102
- name: Download all artifacts

0 commit comments

Comments
 (0)