Skip to content

Commit

Permalink
Upgrade node version from v16 to v20.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Oct 4, 2024
1 parent 687d14c commit 77e57cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
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"

0 comments on commit 77e57cc

Please sign in to comment.