Skip to content

Commit

Permalink
Update Node version to 20 (#202)
Browse files Browse the repository at this point in the history
* Update Node version to 20

* Update Node version to 20

* Update Node version to 20

* Update .github/workflows/test.yml

Co-authored-by: cawfeecake <48775802+cawfeecake@users.noreply.github.com>

---------

Co-authored-by: Naresh Nagarajan <naresh-gn@gmail.com>
Co-authored-by: cawfeecake <48775802+cawfeecake@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 11, 2024
1 parent 86301c8 commit a079ba4
Show file tree
Hide file tree
Showing 4 changed files with 409 additions and 250 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- run: npm ci
- run: npm run test
- run: npm run check
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ inputs:
default: "false"

runs:
using: "node16"
using: "node20"
main: "lib/main.js"
branding:
icon: "git-merge"
Expand Down
Loading

0 comments on commit a079ba4

Please sign in to comment.