Skip to content

Commit 176135e

Browse files
committed
update node version for CI
1 parent faa7a2d commit 176135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.x
22+
node-version: 22.x
2323
- run: npm install
2424
- run: xvfb-run -a npm test
2525
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)