We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be8b227 + a5f46c3 commit b0d5298Copy full SHA for b0d5298
.github/workflows/main.yml
@@ -13,13 +13,13 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
with:
18
submodules: true
19
- name: Install Node.js
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
22
- node-version: 16.x
+ node-version: 20.x
23
- run: npm install
24
- run: xvfb-run -a npm test
25
if: runner.os == 'Linux'
0 commit comments