Skip to content

Commit

Permalink
chore(ci): temporarily pin node.js 22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Aug 29, 2024
1 parent cd1dbe0 commit a7a9635
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
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

0 comments on commit a7a9635

Please sign in to comment.