Skip to content

Commit a7a9635

Browse files
committed
chore(ci): temporarily pin node.js 22.6
1 parent cd1dbe0 commit a7a9635

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
node:
1414
- 18
1515
- 20
16-
- 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
1720
os: [ubuntu-latest]
1821
steps:
1922
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

0 commit comments

Comments
 (0)