Skip to content

Commit b952f2e

Browse files
CI: Upgrade to Node 20
1 parent f1a6f21 commit b952f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Use Node.js
122122
uses: actions/setup-node@v4
123123
with:
124-
node-version: 16
124+
node-version: 20
125125
registry-url: 'https://registry.npmjs.org'
126126

127127
- run: npm ci
@@ -170,7 +170,7 @@ jobs:
170170
- name: Use Node.js
171171
uses: actions/setup-node@v4
172172
with:
173-
node-version: 16
173+
node-version: 20
174174
registry-url: 'https://registry.npmjs.org'
175175

176176
- run: npm ci

0 commit comments

Comments
 (0)