Skip to content

Commit

Permalink
NAS-121402 / 23.10 / Upgrade node to hydrogen (18 LTS) (#8054)
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko authored Apr 12, 2023
1 parent 5c6d729 commit b6e91e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
- name: Install packages
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##NODE temporary builder image
from node:16-buster as uibuilder
from node:18-buster as uibuilder
COPY ./ /src-ui
WORKDIR /src-ui
RUN yarn install --frozen-lockfile
Expand Down

0 comments on commit b6e91e7

Please sign in to comment.