Skip to content

Commit

Permalink
chore: Update CI node (argoproj#7603)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec authored Jan 20, 2022
1 parent 2e343eb commit 4901f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14"
node-version: "16"
- uses: actions/cache@v2
with:
path: ui/node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14"
node-version: "16"
- uses: actions/cache@v2
with:
path: ui/node_modules
Expand Down

0 comments on commit 4901f94

Please sign in to comment.