Skip to content

Commit

Permalink
Another attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Nov 13, 2024
1 parent f3efca9 commit 4ac159f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm install
- name: lint
if: runner.os == 'Linux-NOSUCH'
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Prepare build
id: set-version
run: |
Expand Down

0 comments on commit 4ac159f

Please sign in to comment.