Skip to content

Commit

Permalink
node version is updated to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 2, 2023
1 parent 3a91258 commit 7e9ade1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.20'
node-version: 18
- name: ci
run: npm ci
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16.1-alpine3.17 AS node
FROM node:18-alpine3.17 AS node
FROM docker:20.10.8-dind-alpine3.14

COPY --from=node /usr/lib /usr/lib
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -89,7 +89,7 @@
"react": "*"
},
"engines": {
"node": "^18.16.1"
"node": "^18"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down

0 comments on commit 7e9ade1

Please sign in to comment.