File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
- run : corepack enable
167
167
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
168
168
with :
169
- node-version : lts/*
169
+ node-version : current
170
170
cache : " pnpm"
171
171
172
172
- name : 📦 Install dependencies
@@ -180,6 +180,3 @@ jobs:
180
180
181
181
- name : Release nightly version
182
182
run : ./scripts/release-edge.sh
183
- env :
184
- NODE_AUTH_TOKEN : ${{secrets.NODE_AUTH_TOKEN}}
185
- NPM_CONFIG_PROVENANCE : true
Original file line number Diff line number Diff line change 23
23
- run : corepack enable
24
24
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
25
25
with :
26
- node-version : lts/-1
26
+ node-version : current
27
27
registry-url : " https://registry.npmjs.org/"
28
28
cache : " pnpm"
29
29
32
32
33
33
- name : Release
34
34
run : ./scripts/release.sh
35
- env :
36
- NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
37
- NPM_CONFIG_PROVENANCE : true
You can’t perform that action at this time.
0 commit comments