Skip to content

Commit

Permalink
Merge branch 'master' into en
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Dec 28, 2023
2 parents 7c35cbc + 0d37599 commit cf770ef
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 66 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
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
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 cf770ef

Please sign in to comment.