Skip to content

Commit

Permalink
🔒️ node lts/jod
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Feb 27, 2025
1 parent a7dcf2a commit 30a16b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/iron
lts/jod
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

ARG NODE_VERSION=20
ARG NODE_VERSION=22

FROM node:${NODE_VERSION}-slim AS base
LABEL fly_launch_runtime="Node.js"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vuex": "^4.1.0"
},
"engines": {
"node": "^20"
"node": "^22"
},
"lint-staged": {
"*": [
Expand Down

0 comments on commit 30a16b0

Please sign in to comment.