Skip to content

Commit 786e23f

Browse files
authored
Fix Issue #20 (#21)
1 parent 238ed5e commit 786e23f

File tree

4 files changed

+223
-120
lines changed

4 files changed

+223
-120
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node.js
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: 14
25+
node-version: 18
2626
- run: npm install
2727
- run: xvfb-run -a npm test
2828
if: runner.os == 'Linux'
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- uses: actions/setup-node@v1
4242
with:
43-
node-version: 14
43+
node-version: 18
4444
registry-url: https://registry.npmjs.org/
4545
- name: Install the dependencies
4646
run: npm i

0 commit comments

Comments
 (0)