Skip to content

Commit

Permalink
fix: update node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Loori-R committed Oct 10, 2023
1 parent 9b66e07 commit 699f3be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 16.14.2
node-version: 18.13.0

- name: Install all dependencies
run: yarn install
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 16.14.2
node-version: 18.13.0

- name: Install all dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.20.0-alpine
FROM node:18-alpine3.17

RUN apk update && apk upgrade
RUN apk add --update python3 make g++ # for Mac M1 processors
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
"
frontend_builder:
image: node:16.18.1
image: node:18.13.0
working_dir: /victoriametrics-datasource
volumes:
- ./:/victoriametrics-datasource
Expand Down

0 comments on commit 699f3be

Please sign in to comment.