diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 3a54ade9d..86fb958c5 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -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/ @@ -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 diff --git a/.github/workflows/minikube-chectl-commands-tests.yml b/.github/workflows/minikube-chectl-commands-tests.yml index 54f5efdae..ac6a27d43 100644 --- a/.github/workflows/minikube-chectl-commands-tests.yml +++ b/.github/workflows/minikube-chectl-commands-tests.yml @@ -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/ @@ -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 @@ -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 diff --git a/.github/workflows/minikube-chectl-release-test.yml b/.github/workflows/minikube-chectl-release-test.yml index 4817fab5c..50598ec34 100644 --- a/.github/workflows/minikube-chectl-release-test.yml +++ b/.github/workflows/minikube-chectl-release-test.yml @@ -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/ @@ -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 diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index a11a626e0..52bded281 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -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/ @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/release-build-and-push-to-GH-releases.yml b/.github/workflows/release-build-and-push-to-GH-releases.yml index 0a41c1272..06fefb71a 100644 --- a/.github/workflows/release-build-and-push-to-GH-releases.yml +++ b/.github/workflows/release-build-and-push-to-GH-releases.yml @@ -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/ @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9355f39f7..5244747ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/ @@ -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