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 a26b0ae commit d79587bCopy full SHA for d79587b
.github/workflows/publish.yml
@@ -19,10 +19,10 @@ jobs:
19
- name: Install pnpm
20
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v3.0.0
21
22
- - name: Set node version to 22
+ - name: Set node version to 24
23
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
24
with:
25
- node-version: 22
+ node-version: 24
26
cache: 'pnpm'
27
28
- name: Prepare
@@ -32,5 +32,3 @@ jobs:
32
run: |
33
PACKAGE_DIST_TAG=$(node -e "console.log(/^\d+\.\d+\.\d+(\-(\w+)\.\d+)$/.exec(require('./package.json').version)?.[2] || 'latest')")
34
pnpm publish --access public --tag $PACKAGE_DIST_TAG --provenance
35
- env:
36
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments