File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- uses : actions/setup-node@v4
21
21
with :
22
- node-version : 20.x
22
+ node-version : 22.x
23
+
24
+ - uses : pnpm/action-setup@v4
25
+ with :
26
+ version : 9
27
+
28
+ - uses : actions/setup-node@v4
29
+ with :
30
+ node-version : 22
31
+ registry-url : https://registry.npmjs.org
32
+ cache : pnpm
33
+
34
+ - run : pnpm install
35
+
36
+ - run : pnpm build
37
+
38
+ - run : npm publish --access public
39
+ env :
40
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
23
41
24
42
- run : npx changelogithub
25
43
env :
Original file line number Diff line number Diff line change 37
37
"coverage" : " vitest run --coverage" ,
38
38
"commit" : " git-cz" ,
39
39
"prerelease" : " pnpm build && pnpm coverage" ,
40
- "release" : " bumpp && npm publish " ,
40
+ "release" : " bumpp" ,
41
41
"prepare" : " husky"
42
42
},
43
43
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments