Skip to content

Commit

Permalink
Bump CI node version from 18 to 20 (fix #284)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Dec 30, 2024
1 parent bd644ba commit 2e6f681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm install
- run: npm run compile
- name: npm test
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Prepare build
id: set-version
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm install
- run: npm run compile
- name: npm test
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Prepare pre-release build
id: set-version
shell: bash
Expand Down

0 comments on commit 2e6f681

Please sign in to comment.