Skip to content

Commit

Permalink
Merge pull request #125 from 10up/fix/124
Browse files Browse the repository at this point in the history
Upgrade Node.js to v20 and upgrade npm packages.
  • Loading branch information
dkotter authored Oct 7, 2024
2 parents 29c432b + 77e57cc commit 11120a5
Show file tree
Hide file tree
Showing 6 changed files with 35,236 additions and 4,408 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v4.0.0
- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ inputs:
required: false
default: 15000
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit 11120a5

Please sign in to comment.