From 742df5322f83bb3fed7d95d62334b93b847ac05e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 19 Oct 2024 11:51:23 -0700 Subject: [PATCH] fix(web): specify node version to be 22.9.0 for builds --- .github/workflows/browser-testing.yml | 2 +- .github/workflows/css-lint.yaml | 2 +- .github/workflows/javascript-format-test-build.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/browser-testing.yml b/.github/workflows/browser-testing.yml index 6a43c3549..0501e9320 100644 --- a/.github/workflows/browser-testing.yml +++ b/.github/workflows/browser-testing.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: latest + node-version: '22.9.0' - name: Cache node modules uses: actions/cache@v4 diff --git a/.github/workflows/css-lint.yaml b/.github/workflows/css-lint.yaml index a5f75ca35..5d160968c 100644 --- a/.github/workflows/css-lint.yaml +++ b/.github/workflows/css-lint.yaml @@ -38,7 +38,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '22.9.0' - name: Install dependencies if: steps.changed-files-yaml.outputs.src_any_changed == 'true' diff --git a/.github/workflows/javascript-format-test-build.yml b/.github/workflows/javascript-format-test-build.yml index e8f17738e..55db61b34 100644 --- a/.github/workflows/javascript-format-test-build.yml +++ b/.github/workflows/javascript-format-test-build.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: '18.19.1' + node-version: '22.9.0' - name: Check out repository code uses: actions/checkout@v4 @@ -129,7 +129,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: '18.19.1' + node-version: '22.9.0' - name: Cache node modules uses: actions/cache@v4 @@ -172,7 +172,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: '18.19.1' + node-version: '22.9.0' - name: Cache node modules uses: actions/cache@v4