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 bc8725f commit 7bb21cdCopy full SHA for 7bb21cd
1 file changed
.github/workflows/publish.yml
@@ -6,6 +6,9 @@ on:
6
- 'v*'
7
workflow_dispatch:
8
9
+env:
10
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11
+
12
jobs:
13
publish:
14
runs-on: ubuntu-latest
@@ -21,9 +24,9 @@ jobs:
21
24
22
25
- uses: actions/setup-node@v4
23
26
with:
- node-version: 20
27
+ node-version: 22
28
registry-url: 'https://registry.npmjs.org'
29
30
- run: pnpm install --frozen-lockfile
31
- run: pnpm build
- - run: pnpm publish --access public --provenance
32
+ - run: pnpm publish --access public --provenance --no-git-checks
0 commit comments