Merge pull request #116 from der-eismann/update-to-node20
Update to node20
This commit is contained in:
commit
a13e7b5d40
@ -40,5 +40,5 @@ outputs:
|
||||
browser_download_url:
|
||||
description: 'The publicly available URL of the asset.'
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
19
package-lock.json
generated
19
package-lock.json
generated
@ -19,7 +19,7 @@
|
||||
"@octokit/types": "^9.2.3",
|
||||
"@types/glob": "^8",
|
||||
"@types/jest": "^29",
|
||||
"@types/node": "^16",
|
||||
"@types/node": "^20",
|
||||
"@typescript-eslint/parser": "^6",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint": "^8",
|
||||
@ -1703,10 +1703,13 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "16.18.39",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.39.tgz",
|
||||
"integrity": "sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==",
|
||||
"dev": true
|
||||
"version": "20.9.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz",
|
||||
"integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/semver": {
|
||||
"version": "7.5.0",
|
||||
@ -7086,6 +7089,12 @@
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/undici-types": {
|
||||
"version": "5.26.5",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
||||
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/universal-user-agent": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz",
|
||||
|
@ -37,7 +37,7 @@
|
||||
"@octokit/types": "^9.2.3",
|
||||
"@types/glob": "^8",
|
||||
"@types/jest": "^29",
|
||||
"@types/node": "^16",
|
||||
"@types/node": "^20",
|
||||
"@typescript-eslint/parser": "^6",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint": "^8",
|
||||
|
Loading…
Reference in New Issue
Block a user