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