Skip to content

Commit

Permalink
Merge pull request #121 from legobeat/separate-test-devdeps
Browse files Browse the repository at this point in the history
ci: fix Node.js 22 tests
  • Loading branch information
paulmillr committed Aug 29, 2024
2 parents edabbde + a7a9635 commit 3385f8e
Show file tree
Hide file tree
Showing 7 changed files with 6,834 additions and 5,617 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ jobs:
name: v${{ matrix.node }} @ ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node:
- 18
- 20
- 22
# TODO: Unpin to `22` once parcel incomaptibility with 22.7+ is resolved
# - https://github.com/nodejs/node/issues/54573
# - https://github.com/parcel-bundler/parcel/issues/9926
- 22.6
os: [ubuntu-latest]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down
Loading

0 comments on commit 3385f8e

Please sign in to comment.