Skip to content

Commit 3385f8e

Browse files
authored
Merge pull request #121 from legobeat/separate-test-devdeps
ci: fix Node.js 22 tests
2 parents edabbde + a7a9635 commit 3385f8e

File tree

7 files changed

+6834
-5617
lines changed

7 files changed

+6834
-5617
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ jobs:
88
name: v${{ matrix.node }} @ ${{ matrix.os }}
99
runs-on: ${{ matrix.os }}
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
node:
1314
- 18
1415
- 20
15-
- 22
16+
# TODO: Unpin to `22` once parcel incomaptibility with 22.7+ is resolved
17+
# - https://github.com/nodejs/node/issues/54573
18+
# - https://github.com/parcel-bundler/parcel/issues/9926
19+
- 22.6
1620
os: [ubuntu-latest]
1721
steps:
1822
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

0 commit comments

Comments
 (0)