Update to run on Node 20

This commit is contained in:
daz 2023-11-27 18:32:01 +10:00
parent 982da8e78c
commit c821b7c4f1
No known key found for this signature in database
4 changed files with 157 additions and 131 deletions

View file

@ -34,7 +34,7 @@
"@actions/cache": "3.2.2",
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"@actions/github": "6.0.0",
"@actions/glob": "0.4.0",
"@actions/http-client": "2.2.0",
"@actions/tool-cache": "2.0.1",
@ -43,7 +43,7 @@
"string-argv": "0.3.2"
},
"devDependencies": {
"@types/node": "16.18.38",
"@types/node": "20.10.0",
"@types/jest": "29.5.11",
"@types/unzipper": "0.10.9",
"@typescript-eslint/parser": "6.14.0",