We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d932bb9 commit 9450eafCopy full SHA for 9450eaf
2 files changed
.github/workflows/publish-prerelease-npm.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: 12
+ node-version: 22
18
registry-url: https://registry.npmjs.org/
19
- run: yarn install --ignore-scripts
20
- run: yarn ci:build
.github/workflows/publish-stable-npm.yml
0 commit comments