Skip to content

Commit 893483e

Browse files
chore: update Node.js version to 24 and enable trusted publishing with provenance (#227)
1 parent 7b368ec commit 893483e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- uses: actions/setup-node@v6.1.0
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
registry-url: https://registry.npmjs.org/
2020
- run: npm install
2121
- run: npm run build
22-
- run: npm publish
22+
- run: npm publish --provenance # Enable trusted publishing with provenance

0 commit comments

Comments
 (0)