Skip to content

Commit 7de9118

Browse files
Merge branch 'main' into mavericks/ONCEHUB-111733-qa
2 parents 1da2aaf + 4744ee6 commit 7de9118

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
publish-npm:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
21-
- uses: actions/setup-node@v4
20+
- uses: actions/checkout@v6
21+
- uses: actions/setup-node@v6
2222
with:
2323
node-version: 24
2424
registry-url: https://registry.npmjs.org/
2525
- run: npm ci
2626
- run: npm run build:lib
2727
# scoped packages are private by default so need to add public flag
28-
- run: npm publish --access public
28+
- run: npm publish --access public --tag beta

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/scheduleonce/once-ui-react"
8+
"url": "git+https://github.com/scheduleonce/once-ui-react.git"
99
},
1010
"files": [
1111
"dist",
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"engines": {
30-
"node": "22"
30+
"node": "24"
3131
},
3232
"scripts": {
3333
"dev": "storybook dev -p 6006",

0 commit comments

Comments
 (0)