Skip to content

Commit

Permalink
chore: update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 9, 2023
1 parent 475f4aa commit 921b8a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^16.18.26",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vercel/ncc": "^0.36.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1362,10 +1362,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.18.26":
version: 16.18.26
resolution: "@types/node@npm:16.18.26"
checksum: 2a746b3f9e97e00aa5d1d8cce36c5b75d5504df15e82647ad1fadbc3435ea4491203d044bbaa595edc2ab25a9ab820793f9d38dba753ad150929335fa21e24d4
"@types/node@npm:^20.6.0":
version: 20.6.0
resolution: "@types/node@npm:20.6.0"
checksum: 52611801af5cf151c6fac1963aa4a8a8ca2e388a9e9ed82b01b70bca762088ded5b32cc789c5564220d5d7dccba2b8dd34446a3d4fc74736805e1f2cf262e29d
languageName: node
linkType: hard

Expand Down Expand Up @@ -2901,7 +2901,7 @@ __metadata:
"@actions/exec": ^1.1.1
"@actions/http-client": ^2.1.1
"@actions/tool-cache": ^2.0.1
"@types/node": ^16.18.26
"@types/node": ^20.6.0
"@typescript-eslint/eslint-plugin": ^5.59.2
"@typescript-eslint/parser": ^5.59.2
"@vercel/ncc": ^0.36.1
Expand Down

0 comments on commit 921b8a3

Please sign in to comment.