Skip to content

Commit 09e9b55

Browse files
committed
chore: update to node 20
Signed-off-by: CrazyMax <[email protected]>
1 parent 4e6079c commit 09e9b55

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dev.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG NODE_VERSION=16
3+
ARG NODE_VERSION=20
44

55
FROM node:${NODE_VERSION}-alpine AS base
66
RUN apk add --no-cache cpio findutils git

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@docker/actions-toolkit": "^0.3.0"
3232
},
3333
"devDependencies": {
34-
"@types/node": "^16.18.21",
34+
"@types/node": "^20.5.9",
3535
"@typescript-eslint/eslint-plugin": "^5.56.0",
3636
"@typescript-eslint/parser": "^5.56.0",
3737
"@vercel/ncc": "^0.36.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1044,10 +1044,10 @@
10441044
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.0.tgz#94c47b9217bbac49d4a67a967fdcdeed89ebb7d0"
10451045
integrity sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==
10461046

1047-
"@types/node@^16.18.21":
1048-
version "16.18.23"
1049-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.23.tgz#b6e934fe427eb7081d0015aad070acb3373c3c90"
1050-
integrity sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==
1047+
"@types/node@^20.5.9":
1048+
version "20.5.9"
1049+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.9.tgz#a70ec9d8fa0180a314c3ede0e20ea56ff71aed9a"
1050+
integrity sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==
10511051

10521052
"@types/prettier@^2.1.5":
10531053
version "2.7.2"

0 commit comments

Comments
 (0)