We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2398e2 commit 17adbe2Copy full SHA for 17adbe2
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
if: ${{ steps.release.outputs.release_created }}
21
- uses: actions/setup-node@v1
22
with:
23
- node-version: 14
+ node-version: 16
24
registry-url: 'https://registry.npmjs.org'
25
26
- run: yarn install
0 commit comments