We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7544d2a commit 202f245Copy full SHA for 202f245
1 file changed
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup Nodejs
35
uses: actions/setup-node@v1
36
with:
37
- node-version: '14'
+ node-version: 16
38
always-auth: true
39
registry-url: 'https://registry.npmjs.org'
40
env:
@@ -62,7 +62,7 @@ jobs:
62
body: ${{ steps.changelog_reader.outputs.changes }}
63
prerelease: false
64
release_name: Release ${{ needs.tag.outputs.tag }}
65
-
+
66
- name: Publish packages
67
run: yarn publish --ignore-scripts --no-git-tag-version --no-commit-hooks --non-interactive
68
0 commit comments