Skip to content

Commit

Permalink
pin node to 22.4 on ci since 22.5 crashed on many different cases of …
Browse files Browse the repository at this point in the history
…workflow directly unrelated to `core-js`
  • Loading branch information
zloirock committed Jul 17, 2024
1 parent 3da415d commit 11ecdfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^22.1
node-version: 22.4
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.1
node-version: 22.4
cache: npm
- run: npm ci
- run: npx run-s bundle test-unit-karma
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^22.1
node-version: 22.4
cache: npm
- uses: oven-sh/setup-bun@v1
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- 18.12
- 20.9
- 21
- ^22.1
- 22.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -75,7 +75,7 @@ jobs:
- 18.12
- 20.9
- 21
- ^22.1
- 22.4
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 11ecdfd

Please sign in to comment.