chore: upgrade to node 20 (#185)
Upgrade all dependencies to latest versions Upgrade to Node 20
This commit is contained in:
parent
c9aa8e4c61
commit
a2911bd1a4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -49,5 +49,5 @@ outputs:
|
|||
description: 'the test outcome, either `success` or `failure`'
|
||||
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
|
@ -32,19 +32,19 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "1.10.1",
|
||||
"@actions/github": "5.1.1",
|
||||
"@actions/github": "6.0.0",
|
||||
"@actions/glob": "0.4.0",
|
||||
"@octokit/rest": "19.0.11",
|
||||
"@octokit/plugin-retry": "6.0.0",
|
||||
"@octokit/plugin-retry": "6.0.1",
|
||||
"@octokit/rest": "20.0.2",
|
||||
"xml-js": "1.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/fixtures": "22.0.6",
|
||||
"@vercel/ncc": "0.36.1",
|
||||
"@octokit/fixtures": "22.0.7",
|
||||
"@vercel/ncc": "0.38.1",
|
||||
"enzyme": "3.11.0",
|
||||
"eslint": "8.56.0",
|
||||
"jest": "29.6.1",
|
||||
"jest": "29.7.0",
|
||||
"jest-junit": "16.0.0",
|
||||
"nock": "13.3.7"
|
||||
"nock": "14.0.0-beta.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue