Skip to content

Commit

Permalink
temporarily revert adding node 22 to ci because of an npm issue on wi…
Browse files Browse the repository at this point in the history
…ndows

npm/cli#7417
  • Loading branch information
zloirock committed Apr 25, 2024
1 parent 1913a39 commit 519933c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -39,7 +39,6 @@ jobs:
- 18.12
- 20.9
- 21
- 22
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -61,7 +60,6 @@ jobs:
- 18.12
- 20.9
- 21
- 22
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 519933c

Please sign in to comment.