Skip to content

Commit f1e2859

Browse files
timdittlerclaude
andcommitted
Raise version to v1.0.14 and fix trusted publishing
Use Node.js 24 which includes npm 11.5.1+ required for OIDC-based trusted publishing authentication. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9490479 commit f1e2859

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ jobs:
1515
uses: actions/checkout@v6
1616
- name: Setup Node
1717
uses: actions/setup-node@v6
18+
with:
19+
node-version: '24'
20+
registry-url: 'https://registry.npmjs.org'
1821
- name: Publish package on NPM 📦
19-
run: npm publish --access public --provenance
22+
run: npm publish --provenance --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@staffbase/create-staffbase-plugin",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"license": "MIT",
55
"bin": {
66
"create-staffbase-plugin": "csss.js"

0 commit comments

Comments
 (0)