Skip to content

Commit

Permalink
Update node version to latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvz committed Nov 8, 2024
1 parent ccb99a0 commit 4327e26
Show file tree
Hide file tree
Showing 3 changed files with 5,342 additions and 4,521 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/oddbird/pyjs:py3.9-node16
FROM ghcr.io/oddbird/pyjs:py3.9-node22

ARG BUILD_ENV=development
ARG PROD_ASSETS
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/SFDO-Tooling/MetaDeploy.git"
},
"engines": {
"node": "^16",
"node": "22.x",
"yarn": "^1.22"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4327e26

Please sign in to comment.