File tree 2 files changed +14
-13
lines changed
2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,10 @@ jobs:
52
52
with :
53
53
fetch-depth : 0
54
54
ref : ' main'
55
- - uses : actions/ setup-node@v4
55
+ - uses : wyvox/action- setup-pnpm@v3
56
56
with :
57
- node-version : 18
58
- - uses : pnpm/action-setup@v4
59
- with :
60
- version : 8.5
61
- - run : pnpm install --frozen-lockfile
57
+ node-version : 20.1.0
58
+
62
59
- name : " Generate Explanation and Prep Changelogs"
63
60
id : explanation
64
61
run : |
Original file line number Diff line number Diff line change @@ -44,15 +44,19 @@ jobs:
44
44
45
45
steps :
46
46
- uses : actions/checkout@v4
47
- - uses : actions/setup-node@v4
47
+
48
+ - name : ' Setup local TurboRepo server'
49
+ uses : felixmosh/turborepo-gh-artifacts@v2
48
50
with :
49
- node-version : 18
50
- # This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51
- registry-url : ' https://registry.npmjs.org'
52
- - uses : pnpm/action-setup@v4
51
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
52
+
53
+ - uses : wyvox/action-setup-pnpm@v3
53
54
with :
54
- version : 8.5.0
55
- - run : pnpm install --frozen-lockfile
55
+ node-version : 20.1.0
56
+ # This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
57
+ node-registry-url : ' https://registry.npmjs.org'
58
+
59
+
56
60
- name : npm publish
57
61
run : pnpm release-plan publish
58
62
env :
You can’t perform that action at this time.
0 commit comments