Skip to content

Commit

Permalink
Merge pull request #651 from napple-team/windyakin_20240520_cdfd4f75f5
Browse files Browse the repository at this point in the history
Node.js update to v20
  • Loading branch information
windyakin committed May 20, 2024
2 parents 4aa0a44 + 74cfb65 commit 4eeded5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4

Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 AS builder
FROM node:20 AS builder

WORKDIR /usr/src/app

Expand All @@ -9,7 +9,7 @@ COPY . .

RUN npm run build

FROM node:18
FROM node:20

WORKDIR /usr/src/app

Expand Down
14 changes: 7 additions & 7 deletions 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 @@ -22,7 +22,7 @@
"@types/express": "4.17.21",
"@types/jest": "^29.5.1",
"@types/morgan": "1.9.9",
"@types/node": "18.19.31",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.0",
Expand Down

0 comments on commit 4eeded5

Please sign in to comment.