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