We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa7a2d commit 176135eCopy full SHA for 176135e
.github/workflows/action.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Node.js
20
uses: actions/setup-node@v3
21
with:
22
- node-version: 16.x
+ node-version: 22.x
23
- run: npm install
24
- run: xvfb-run -a npm test
25
if: runner.os == 'Linux'
0 commit comments