From 02de88368a4526593028a5f4d699b3a761d7f71b Mon Sep 17 00:00:00 2001 From: mhassan1 Date: Mon, 22 Jul 2024 14:28:57 -0400 Subject: [PATCH] Revert "Pins `node` to 22.4.1 temporarily (#64)" This reverts commit e8a15787d569e713a508f2b162d3fa3f0ecfc535. --- .github/workflows/codeql.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test-polyfills-exhaustive.yml | 2 +- .github/workflows/test-polyfills.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1625f5b0..782255f6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: - name: setup node uses: actions/setup-node@v4 with: - node-version: 22.4.1 + node-version: 22 cache: 'npm' - run: npm ci diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ff272a80..4810f79e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 1 - uses: actions/setup-node@v4 with: - node-version: 22.4.1 + node-version: 22 cache: 'npm' - run: npm ci - run: npm run build diff --git a/.github/workflows/test-polyfills-exhaustive.yml b/.github/workflows/test-polyfills-exhaustive.yml index f56adf9b..505f3099 100644 --- a/.github/workflows/test-polyfills-exhaustive.yml +++ b/.github/workflows/test-polyfills-exhaustive.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22.4.1 + node-version: 22 cache: 'npm' - name: env diff --git a/.github/workflows/test-polyfills.yml b/.github/workflows/test-polyfills.yml index 4745ca46..7730bba9 100644 --- a/.github/workflows/test-polyfills.yml +++ b/.github/workflows/test-polyfills.yml @@ -44,7 +44,7 @@ jobs: # - uses: actions/setup-node@v4 with: - node-version: 22.4.1 + node-version: 22 cache: 'npm' - name: env