Skip to content

Commit d86e18d

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

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
@@ -12,7 +12,10 @@ jobs:
1212
node:
1313
- 18
1414
- 20
15-
- 22
15+
# TODO: Unpin to `22` once parcel incomaptibility with 22.7+ is resolved
16+
# - https://github.com/nodejs/node/issues/54573
17+
# - https://github.com/parcel-bundler/parcel/issues/9926
18+
- 22.6
1619
os: [ubuntu-latest]
1720
steps:
1821
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

0 commit comments

Comments
 (0)