chore: update to node 20

This commit is contained in:
CrazyMax 2023-09-10 05:23:58 +02:00
parent 4d946a7137
commit d280f9562f
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG NODE_VERSION=16
ARG NODE_VERSION=20
FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git

View File

@ -27,7 +27,7 @@
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@types/node": "^16.11.26",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vercel/ncc": "^0.33.3",

View File

@ -1224,10 +1224,10 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:^16.11.26":
version: 16.11.27
resolution: "@types/node@npm:16.11.27"
checksum: 6ed0c8c4d29a549d0cfd607d19edf9a4668fbd39087701d923b4a04cd760564e47ad27f9403968cb9c11ee006f0ea6ab698b2491b4b2d2dec3f4a53d0fc22df7
"@types/node@npm:^20.6.0":
version: 20.6.0
resolution: "@types/node@npm:20.6.0"
checksum: 52611801af5cf151c6fac1963aa4a8a8ca2e388a9e9ed82b01b70bca762088ded5b32cc789c5564220d5d7dccba2b8dd34446a3d4fc74736805e1f2cf262e29d
languageName: node
linkType: hard
@ -5266,7 +5266,7 @@ __metadata:
"@actions/exec": ^1.1.1
"@actions/http-client": ^2.1.1
"@actions/tool-cache": ^2.0.1
"@types/node": ^16.11.26
"@types/node": ^20.6.0
"@typescript-eslint/eslint-plugin": ^5.14.0
"@typescript-eslint/parser": ^5.14.0
"@vercel/ncc": ^0.33.3