Skip to content

Commit

Permalink
Merge pull request #164 from crazy-max/node20
Browse files Browse the repository at this point in the history
dev: update to node 20
  • Loading branch information
tonistiigi authored Sep 6, 2023
2 parents c73f530 + dc2c313 commit a00c491
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
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG NODE_VERSION=16
ARG NODE_VERSION=20
ARG DOCKER_VERSION=24.0.5
ARG BUILDX_VERSION=0.11.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@types/csv-parse": "^1.2.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^16.18.21",
"@types/node": "^20.5.9",
"@types/semver": "^7.5.0",
"@types/tmp": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^5.56.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ __metadata:
"@octokit/plugin-rest-endpoint-methods": ^7.2.3
"@types/csv-parse": ^1.2.2
"@types/js-yaml": ^4.0.5
"@types/node": ^16.18.21
"@types/node": ^20.5.9
"@types/semver": ^7.5.0
"@types/tmp": ^0.2.3
"@typescript-eslint/eslint-plugin": ^5.56.0
Expand Down Expand Up @@ -1879,10 +1879,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.18.21":
version: 16.18.21
resolution: "@types/node@npm:16.18.21"
checksum: 152e7976f30b4e599d37e5a92a0c62dbe0751a63dab1aef44a0c2db940fa6f79a23be9783886b6afe34aa20485679c6bdd7b787b304fdbb05e72326c95d2b255
"@types/node@npm:^20.5.9":
version: 20.5.9
resolution: "@types/node@npm:20.5.9"
checksum: 717490e94131722144878b4ca1a963ede1673bb8f2ef78c2f5b50b918df6dc9b35e7f8283e5c2a7a9f137730f7c08dc6228e53d4494a94c9ee16881e6ce6caed
languageName: node
linkType: hard

Expand Down

0 comments on commit a00c491

Please sign in to comment.