Skip to content

Commit 7bb21cd

Browse files
committed
fixes
1 parent bc8725f commit 7bb21cd

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'v*'
77
workflow_dispatch:
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
publish:
1114
runs-on: ubuntu-latest
@@ -21,9 +24,9 @@ jobs:
2124

2225
- uses: actions/setup-node@v4
2326
with:
24-
node-version: 20
27+
node-version: 22
2528
registry-url: 'https://registry.npmjs.org'
2629

2730
- run: pnpm install --frozen-lockfile
2831
- run: pnpm build
29-
- run: pnpm publish --access public --provenance
32+
- run: pnpm publish --access public --provenance --no-git-checks

0 commit comments

Comments
 (0)