We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1dbe0 commit a7a9635Copy full SHA for a7a9635
.github/workflows/nodejs.yml
@@ -13,7 +13,10 @@ jobs:
13
node:
14
- 18
15
- 20
16
- - 22
+ # 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
20
os: [ubuntu-latest]
21
steps:
22
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
0 commit comments