Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodeとnpmのバーションをLTSに変更 #4350

Merged
merged 3 commits into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
Loading