Skip to content

Commit

Permalink
Merge pull request #249 from gjsjohnmurray/fix-284
Browse files Browse the repository at this point in the history
Bump CI node version from 18 to 20
  • Loading branch information
gjsjohnmurray authored Dec 30, 2024
2 parents bd644ba + bafcef1 commit 7e10d8a
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 170 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
Loading

0 comments on commit 7e10d8a

Please sign in to comment.