Skip to content

Commit fc28fe8

Browse files
committed
fix: make package public
1 parent eaebecc commit fc28fe8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: read
13-
id-token: write
13+
id-token: write # Required for OIDC
1414
steps:
1515
- uses: actions/checkout@v5
1616

1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '20.x'
20+
node-version: '24'
2121
registry-url: 'https://registry.npmjs.org'
2222

2323
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"style": "dist/styles.css",
1616
"scripts": {
1717
"build": "sass --load-path=node_modules/@picocss/pico/scss/ src/styles.scss dist/styles.css",
18-
"publish": "npm publish"
18+
"publish": "npm publish --access public"
1919
},
2020
"keywords": [
2121
"BookManager",

0 commit comments

Comments
 (0)