From 519933cc75136a1fefb2dd1a98424cd8f3995dc0 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Thu, 25 Apr 2024 13:03:39 +0700 Subject: [PATCH] temporarily revert adding node 22 to ci because of an npm issue on windows https://github.com/npm/cli/issues/7417 --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a926bca5006..f5ee608205d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 21 cache: npm - uses: actions/setup-python@v5 with: @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 21 cache: npm - run: npm ci - run: npx run-s bundle test-unit-karma @@ -39,7 +39,6 @@ jobs: - 18.12 - 20.9 - 21 - - 22 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -61,7 +60,6 @@ jobs: - 18.12 - 20.9 - 21 - - 22 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4