Skip to content

Commit

Permalink
Bump CI Node version from 14 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray authored Jun 24, 2024
1 parent 8d9e33a commit 1d22ea2
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 @@ -50,7 +50,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: npm install
- name: lint
if: runner.os == 'Linux'
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Prepare build
id: set-version
run: |
Expand Down

0 comments on commit 1d22ea2

Please sign in to comment.