Skip to content

Commit

Permalink
docker: use node 20.14.0 as base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jun 5, 2024
1 parent 18a44f9 commit 0a01389
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17.1-alpine
FROM node:20.14.0-alpine

LABEL maintainer="Ryo Ota <[email protected]>"

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 @@ -34,7 +34,7 @@
"license": "MIT",
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.15.11",
"@types/node": "^20.14.1",
"@types/power-assert": "^1.5.8",
"@types/request": "^2.48.8",
"@types/yargs": "^17.0.23",
Expand Down

0 comments on commit 0a01389

Please sign in to comment.