Skip to content

Commit

Permalink
use latest node 18.18.0 in workflows (#2783)
Browse files Browse the repository at this point in the history
Change-Id: Id9133f0e7f6bb738f8625fd3bdc79730df6a004e


bump copyrights

Change-Id: I3bc89c21ae5b5255559684ff9682564aa7729bcf

Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt authored Oct 11, 2023
1 parent 681f561 commit 1ccd67b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2021 Red Hat, Inc.
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand All @@ -23,7 +23,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18.0
- name: Build chectl
run: yarn
- name: Install codecov
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/minikube-chectl-commands-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2021 Red Hat, Inc.
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18.0
- 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: 18.16.1
node-version: 18.18.0
- name: Build chectl
run: yarn
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minikube-chectl-release-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2021 Red Hat, Inc.
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18.0
- name: Pack chectl binary (single arch target)
run: yarn && yarn prepack && yarn pack-binaries --targets=linux-x64
- name: Unpack chectl tarball to $HOME/chectl
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2021 Red Hat, Inc.
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18.0
- name: Install yarn deps
run: yarn
- name: Run eslint
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18.0
- name: Build chectl and pack binaries
run: yarn && yarn pack-binaries --targets=linux-x64
- name: Build README.md
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18.0
- name: Build chectl
run: yarn
- name: Set up Go 1.15
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-build-and-push-to-GH-releases.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2022 Red Hat, Inc.
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18.0
- name: Generate tag utilities
id: TAG_UTIL
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2021 Red Hat, Inc.
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18.0
- name: Check existing tags
run: |
set +e
Expand Down

0 comments on commit 1ccd67b

Please sign in to comment.