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