Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Apr 24, 2024
1 parent 4b2ba69 commit 3f7cae5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "20.x"

- name: Install
run: |
Expand All @@ -19,5 +19,4 @@ jobs:
- name: Test
run: |
sudo apt-get install xvfb
xvfb-run --auto-servernum npm run test:ci
npm run test

0 comments on commit 3f7cae5

Please sign in to comment.