Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #691 from Qiskit/node
Browse files Browse the repository at this point in the history
Update Node to v16
  • Loading branch information
Tansito authored Feb 9, 2022
2 parents 9dc3477 + 6e4dd82 commit 248f970
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
cache: "npm"

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
cache: "npm"

- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine AS builder
FROM node:16-alpine AS builder

ARG IBMID_CLIENT_ID
ARG IBMID_CLIENT_SECRET
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN npm run build
# only need to keep all the strings.yaml & *.md files
RUN find ./translations -type f ! -iname "*.yaml" -type f ! -iname "*.md" -delete

FROM node:14-alpine AS runtime
FROM node:16-alpine AS runtime

WORKDIR /usr/app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"setup:secrets": "mgon-secrets"
},
"engines": {
"node": "14.16.0"
"node": ">=14"
},
"dependencies": {
"@carbon/colors": "^10.35.0",
Expand Down

0 comments on commit 248f970

Please sign in to comment.