We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa97a2 commit 623faddCopy full SHA for 623fadd
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
# Setup .npmrc file to publish to npm
11
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
12
with:
13
- node-version: '18.x'
+ node-version: '22.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