File tree 2 files changed +3
-14
lines changed
2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 50
50
with :
51
51
fetch-depth : 0
52
52
ref : ' main'
53
- - uses : actions/setup-node@v4
54
- with :
55
- node-version : 18
56
-
57
- - uses : pnpm/action-setup@v3
58
- with :
59
- version : 8
53
+ - uses : wyvox/action-setup-pnpm@v3
60
54
- run : pnpm install --frozen-lockfile
61
55
62
56
- name : " Generate Explanation and Prep Changelogs"
Original file line number Diff line number Diff line change @@ -44,15 +44,10 @@ jobs:
44
44
45
45
steps :
46
46
- uses : actions/checkout@v4
47
- - uses : actions/ setup-node@v4
47
+ - uses : wyvox/action- setup-pnpm@v3
48
48
with :
49
- node-version : 18
50
49
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51
- registry-url : ' https://registry.npmjs.org'
52
-
53
- - uses : pnpm/action-setup@v3
54
- with :
55
- version : 8
50
+ node-registry-url : ' https://registry.npmjs.org'
56
51
- run : pnpm install --frozen-lockfile
57
52
- name : npm publish
58
53
run : pnpm release-plan publish
You can’t perform that action at this time.
0 commit comments