Skip to content

Commit

Permalink
Node 20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Dec 28, 2023
1 parent 5fd77fc commit 287d139
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_TAG=16.19.0
ARG NODE_TAG=20.10.0

FROM node:${NODE_TAG}
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion .docker/backend.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_TAG=16.19.0
ARG NODE_TAG=20.10.0

FROM node:${NODE_TAG} AS base
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.19.0
node-version: 20.10.0

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.0
20.10.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.0
20.10.0
138 changes: 79 additions & 59 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 @@ -139,6 +139,6 @@
}
},
"engines": {
"node": "16.19.0"
"node": "20.10.0"
}
}

0 comments on commit 287d139

Please sign in to comment.