Skip to content

Commit

Permalink
NodeJs version upgraded to 20.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Aish1990 committed Jun 19, 2024
1 parent 5cc5f26 commit a4e199c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
node-version: lts/iron

- name: Install drec-ui
run: npm install
Expand All @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
node-version: lts/iron

- name: Install drec-ui
run: npm install
Expand All @@ -55,7 +55,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
node-version: lts/iron

- name: Install drec-ui
run: npm install
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-alpine AS build
FROM node:20-alpine AS build
ARG build_environment
ENV BUILD_ENVIRONMENT $build_environment

Expand Down
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
phases:
install:
# runtime-versions:
# nodejs: 18
# nodejs: 20
# docker: 18
commands:
- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://127.0.0.1:2375 --storage-driver=overlay2 &
Expand Down

0 comments on commit a4e199c

Please sign in to comment.