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.
1 parent 238ed5e commit 786e23fCopy full SHA for 786e23f
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Node.js
23
uses: actions/setup-node@v1
24
with:
25
- node-version: 14
+ node-version: 18
26
- run: npm install
27
- run: xvfb-run -a npm test
28
if: runner.os == 'Linux'
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/checkout@v2
41
- uses: actions/setup-node@v1
42
43
44
registry-url: https://registry.npmjs.org/
45
- name: Install the dependencies
46
run: npm i
0 commit comments