File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
- ARG NODE_VERSION=16
3
+ ARG NODE_VERSION=20
4
4
5
5
FROM node:${NODE_VERSION}-alpine AS base
6
6
RUN apk add --no-cache cpio findutils git
Original file line number Diff line number Diff line change 31
31
"@docker/actions-toolkit" : " ^0.3.0"
32
32
},
33
33
"devDependencies" : {
34
- "@types/node" : " ^16.18.21 " ,
34
+ "@types/node" : " ^20.5.9 " ,
35
35
"@typescript-eslint/eslint-plugin" : " ^5.56.0" ,
36
36
"@typescript-eslint/parser" : " ^5.56.0" ,
37
37
"@vercel/ncc" : " ^0.36.1" ,
Original file line number Diff line number Diff line change 1044
1044
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.0.tgz#94c47b9217bbac49d4a67a967fdcdeed89ebb7d0"
1045
1045
integrity sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==
1046
1046
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 ==
1051
1051
1052
1052
" @types/prettier@^2.1.5 " :
1053
1053
version "2.7.2"
You can’t perform that action at this time.
0 commit comments