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 1a171fb commit 78b437eCopy full SHA for 78b437e
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
${{ runner.os }}-node
43
- uses: actions/setup-node@v3
44
with:
45
- node-version: '20'
+ node-version: '22.x'
46
- run: npm i
47
- run: npm run build-all
48
0 commit comments