We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a1b50 commit 87c7b73Copy full SHA for 87c7b73
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
# Setup .npmrc file to publish to npm
11
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
12
with:
13
- node-version: '16.x'
+ node-version: '18.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: yarn install --frozen-lockfile
16
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version
0 commit comments