Skip to content

Commit

Permalink
Update to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene committed Jan 31, 2024
1 parent 071207c commit fd898bd
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.0
v20.11.0
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"vitest": "^1.1.1"
},
"engines": {
"node": "^18.17.0",
"npm": "^9.6.7"
"node": "^20.11.0",
"npm": "^10.2.4"
},
"//": "Workspaces must be listed explicitly to ensure they're processed in the correct order until npm natively supports detecting the topological order",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"react-router-dom": "^5.0.0"
},
"engines": {
"node": "^18.17.0",
"npm": "^9.6.7"
"node": "^20.11.0",
"npm": "^10.2.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"cypress": "^13.6.3"
},
"engines": {
"node": "^18.17.0",
"npm": "^9.6.7"
"node": "^20.11.0",
"npm": "^10.2.4"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"react-intl": "^6.4.1"
},
"engines": {
"node": "^18.17.0",
"npm": "^9.6.7"
"node": "^20.11.0",
"npm": "^10.2.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"react-router-dom": "^5.0.0"
},
"engines": {
"node": "^18.17.0",
"npm": "^9.6.7"
"node": "^20.11.0",
"npm": "^10.2.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions tekton/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: Task
metadata:
name: build-dashboard
Expand All @@ -8,7 +8,7 @@ spec:
- name: source
steps:
- name: build-static
image: node:18.17-slim
image: node:20.11-slim
workingDir: $(workspaces.source.path)
env:
- name: CI
Expand Down
2 changes: 1 addition & 1 deletion tekton/prerelease-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: Task
metadata:
name: dashboard-prerelease-checks
Expand Down
2 changes: 1 addition & 1 deletion tekton/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: tekton.dev/v1beta1
apiVersion: tekton.dev/v1
kind: Task
metadata:
name: publish-dashboard-release
Expand Down

0 comments on commit fd898bd

Please sign in to comment.