Skip to content

Commit

Permalink
Update Node.js version to 20.17
Browse files Browse the repository at this point in the history
Update the version used in tests to 20.17.

Once the new E2E base image is published the E2E Dockerfile
will also be updated to use this in a subsequent change
  • Loading branch information
AlanGreene authored and tekton-robot committed Sep 23, 2024
1 parent d72bb24 commit e40118a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.14.0
v20.17.0
10 changes: 5 additions & 5 deletions 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 @@ -86,7 +86,7 @@
"vitest": "^2.0.4"
},
"engines": {
"node": "^20.14.0",
"node": "^20.17.0",
"npm": "^10.7.0"
},
"//": "Workspaces must be listed explicitly to ensure they're processed in the correct order until npm natively supports detecting the topological order",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-router-dom": "^5.0.0 || ^6.0.0"
},
"engines": {
"node": "^20.14.0",
"node": "^20.17.0",
"npm": "^10.7.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/base-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
# https://nodejs.org/en/about/previous-releases

ARG CHROME_VERSION='126.0.6478.114-1'
ARG NODE_VERSION='20.14.0'
ARG CHROME_VERSION='129.0.6668.58-1'
ARG NODE_VERSION='20.17.0'

FROM cypress/factory

Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/base-image/tekton/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ spec:
- name: CONTEXT_PATH
value: packages/e2e/base-image
- name: TAGS
value: latest,node20.14.0-chrome126
value: latest,node20.17.0-chrome129
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cypress": "^13.14.2"
},
"engines": {
"node": "^20.14.0",
"node": "^20.17.0",
"npm": "^10.7.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-intl": "^6.4.1"
},
"engines": {
"node": "^20.14.0",
"node": "^20.17.0",
"npm": "^10.7.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-router-dom": "^5.0.0 || ^6.0.0"
},
"engines": {
"node": "^20.14.0",
"node": "^20.17.0",
"npm": "^10.7.0"
},
"publishConfig": {
Expand Down

0 comments on commit e40118a

Please sign in to comment.