Skip to content

Commit d257f19

Browse files
author
Rajat
committed
More changes
1 parent d3225c2 commit d257f19

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-packages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version: 24
3535
cache: 'pnpm'
36+
registry-url: 'https://registry.npmjs.org'
3637

3738
- name: Configure CI Git User
3839
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"scripts": {
2020
"prepare": "husky",
21-
"ci:publish": "pnpm publish -r --provenance --no-git-checks",
21+
"ci:publish": "pnpm publish -r",
2222
"test": "pnpm --filter @medialit/api --filter medialit test",
2323
"lint": "eslint --cache --quiet",
2424
"prettier": "prettier --check **/*.{ts,tsx,js,css,md}",

0 commit comments

Comments
 (0)