Skip to content

Commit

Permalink
Try CI with node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Nov 15, 2024
1 parent 21ec193 commit f828cd8
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 @@ -65,7 +65,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- 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@v4
with:
node-version: 16
node-version: 18
- name: Prepare build
id: set-version
run: |
Expand Down

0 comments on commit f828cd8

Please sign in to comment.