chore: upgrade to node 20 (#185)

Upgrade all dependencies to latest versions
Upgrade to Node 20
This commit is contained in:
Ghais Zaher 2024-02-21 11:22:35 +01:00 committed by GitHub
parent c9aa8e4c61
commit a2911bd1a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 26406 additions and 9860 deletions

View File

@ -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

1
.npmrc Normal file
View File

@ -0,0 +1 @@
save-exact = true

View File

@ -49,5 +49,5 @@ outputs:
description: 'the test outcome, either `success` or `failure`'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

34197
dist/index.js vendored

File diff suppressed because one or more lines are too long

2050
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}