Skip to content

Commit

Permalink
chore: upgrade to node 20 (#185)
Browse files Browse the repository at this point in the history
Upgrade all dependencies to latest versions
Upgrade to Node 20
  • Loading branch information
ghaiszaher committed Feb 21, 2024
1 parent c9aa8e4 commit a2911bd
Show file tree
Hide file tree
Showing 6 changed files with 32,879 additions and 16,333 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
file_name_in_stack_trace: true
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: npm
- run: npm install
- run: npm run eslint
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact = true
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ outputs:
description: 'the test outcome, either `success` or `failure`'

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

0 comments on commit a2911bd

Please sign in to comment.