Skip to content

Commit

Permalink
Updating to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray committed Apr 26, 2024
1 parent 51d2415 commit 546a040
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 20

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 20

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ inputs:
required: false

runs:
using: node16
using: node20
main: dist/index.js

branding:
Expand Down

0 comments on commit 546a040

Please sign in to comment.