Skip to content

Commit

Permalink
bump from node 16.13 and 16.13.2 to 18.16.1
Browse files Browse the repository at this point in the history
Change-Id: Iaf15b8f16a799e7f5a2cba199fd7bff51ec61b58
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Aug 25, 2023
1 parent 8dec11c commit 568b175
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18.16.1
- name: Build chectl
run: yarn
- name: Install codecov
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minikube-chectl-commands-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18.16.1
- name: Build chectl
run: yarn
- name: Run e2e tests
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18.16.1
- name: Build chectl
run: yarn
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-chectl-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18.16.1
- name: Pack chectl binaries
run: yarn && npx oclif-dev pack --targets=linux-x64
- name: UnPack chectl binaries in $HOME/chectl
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18.16.1
- name: Build chectl
run: yarn
- name: Run eslint
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16.13
node-version: 18.16.1
- name: Build chectl
run: yarn
- name: Build README.md
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16.13
node-version: 18.16.1
- name: Build chectl
run: yarn
- name: Set up Go 1.15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16.13
node-version: 18.16.1
- name: Generate tag utilities
id: TAG_UTIL
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16.13
node-version: 18.16.1
- name: Check existing tags
run: |
set +e
Expand Down

0 comments on commit 568b175

Please sign in to comment.