Skip to content

Commit

Permalink
build: Upgrade to Node 19 to fix release build (#10574)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alexec@users.noreply.github.com>
  • Loading branch information
alexec authored Feb 24, 2023
1 parent df5941e commit f95e84d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: '1.18'
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "19"
# Use the same make target both locally and on CI to make it easier to debug failures.
- run: make docs
# If markdownlint fixes issues, files will be changed. If so, fail the build.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "19"
- uses: actions/setup-go@v3
with:
go-version: "1.18"
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest"
},
"engines": {
"node": ">=16"
"node": ">=19"
},
"dependencies": {
"argo-ui": "https://github.com/argoproj/argo-ui.git#v2.5.0",
Expand Down

0 comments on commit f95e84d

Please sign in to comment.