Skip to content

Commit a2911bd

Browse files
authored
chore: upgrade to node 20 (#185)
Upgrade all dependencies to latest versions Upgrade to Node 20
1 parent c9aa8e4 commit a2911bd

File tree

6 files changed

+32879
-16333
lines changed

6 files changed

+32879
-16333
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
file_name_in_stack_trace: true
5353
- uses: actions/setup-node@v4
5454
with:
55-
node-version: 16
55+
node-version: 20
5656
cache: npm
5757
- run: npm install
5858
- run: npm run eslint

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact = true

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ outputs:
4949
description: 'the test outcome, either `success` or `failure`'
5050

5151
runs:
52-
using: 'node16'
52+
using: 'node20'
5353
main: 'dist/index.js'

0 commit comments

Comments
 (0)