Skip to content

Commit

Permalink
Merge pull request #4350 from traPtitech/fix/node_npm_version
Browse files Browse the repository at this point in the history
nodeとnpmのバーションをLTSに変更
  • Loading branch information
nokhnaton authored Jul 7, 2024
2 parents 4d6f856 + 204f4d8 commit b920602
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.1.0
20.15.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:21.1.0-alpine as build
FROM --platform=$BUILDPLATFORM node:20.15.0-alpine as build
WORKDIR /app

ENV CYPRESS_INSTALL_BINARY=0
Expand Down
20 changes: 14 additions & 6 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/dom-screen-wake-lock": "^1.0.2",
"@types/katex": "^0.16.7",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.2.4",
"@types/node": "^20.14.10",
"@types/pica": "^9.0.1",
"@types/punycode": "^2.1.0",
"@types/serviceworker": "^0.0.67",
Expand Down Expand Up @@ -106,7 +106,7 @@
"workbox-strategies": "^6.5.4"
},
"engines": {
"node": "^21.1.0",
"npm": "^9.6.6"
"node": "^20.15.0",
"npm": "^10.7.0"
}
}

0 comments on commit b920602

Please sign in to comment.