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 60f024d commit 146ae5fCopy full SHA for 146ae5f
.github/workflows/publish-9x.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
17
with:
18
- node-version: 14
+ node-version: 22
19
registry-url: 'https://registry.npmjs.org'
20
- id: publish
21
run: scripts/ci/release-9x.sh
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
- node-version: 18
29
30
31
run: scripts/ci/release.sh
0 commit comments