From ff0ced0286b64b7450d89d5e3b614e94e9e8474d Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Thu, 5 Oct 2023 18:08:56 -0400 Subject: [PATCH] chore(ci): updates all github workflows' node-version to 18.18.0 --- .github/workflows/_checks-example.nyml | 2 +- .github/workflows/bd-fe.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test-backstop-refs.yml | 2 +- .github/workflows/test-backstop.yml | 2 +- .github/workflows/test-lighthouse.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_checks-example.nyml b/.github/workflows/_checks-example.nyml index 19c8a93cf..14b1a3fb7 100644 --- a/.github/workflows/_checks-example.nyml +++ b/.github/workflows/_checks-example.nyml @@ -62,7 +62,7 @@ jobs: - name: ⬢ Setup Node & Cache uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.18.0" cache: "npm" cache-dependency-path: _ci/backstop/package-lock.json diff --git a/.github/workflows/bd-fe.yml b/.github/workflows/bd-fe.yml index f411875ce..37cd207db 100644 --- a/.github/workflows/bd-fe.yml +++ b/.github/workflows/bd-fe.yml @@ -116,7 +116,7 @@ jobs: - name: ⬢ Setup Node & Cache uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.18.0" cache: "npm" cache-dependency-path: front/package-lock.json diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 81916c348..0f865282e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: - name: ⬢ Setup Node & Cache uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.18.0" cache: "npm" cache-dependency-path: | front/package.json diff --git a/.github/workflows/test-backstop-refs.yml b/.github/workflows/test-backstop-refs.yml index 435d6ff57..80fecd561 100644 --- a/.github/workflows/test-backstop-refs.yml +++ b/.github/workflows/test-backstop-refs.yml @@ -31,7 +31,7 @@ jobs: - name: ⬢ Setup Node & Cache uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.18.0" cache: "npm" cache-dependency-path: | _ci/backstop/package.json diff --git a/.github/workflows/test-backstop.yml b/.github/workflows/test-backstop.yml index 4c9fd5401..ac47a7bd7 100644 --- a/.github/workflows/test-backstop.yml +++ b/.github/workflows/test-backstop.yml @@ -54,7 +54,7 @@ jobs: - name: ⬢ Setup Node & Cache uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.18.0" cache: "npm" cache-dependency-path: | _ci/backstop/package.json diff --git a/.github/workflows/test-lighthouse.yml b/.github/workflows/test-lighthouse.yml index 438ece83f..4bb472e4b 100644 --- a/.github/workflows/test-lighthouse.yml +++ b/.github/workflows/test-lighthouse.yml @@ -42,7 +42,7 @@ jobs: - name: ⬢ Setup Node & Cache uses: actions/setup-node@v3 with: - node-version: "18.17.1" + node-version: "18.18.0" cache: "npm" cache-dependency-path: | _ci/perf/package.json