Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent ca7f739 commit d43b6bf
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############
# Create base image.

FROM node:20.18.1 AS base-image
FROM node:22.12.0 AS base-image

# The `CI` environment variable must be set for pnpm to run in headless mode
ENV CI=true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"semantic-release": "24.2.0"
},
"engines": {
"node": "20"
"node": "22"
},
"packageManager": "[email protected]",
"private": true,
Expand Down
Loading

0 comments on commit d43b6bf

Please sign in to comment.