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:
166166 - run : corepack enable
167167 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
168168 with :
169- node-version : lts/*
169+ node-version : current
170170 cache : " pnpm"
171171
172172 - name : 📦 Install dependencies
@@ -180,6 +180,3 @@ jobs:
180180
181181 - name : Release nightly version
182182 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 2323 - run : corepack enable
2424 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525 with :
26- node-version : lts/-1
26+ node-version : current
2727 registry-url : " https://registry.npmjs.org/"
2828 cache : " pnpm"
2929
3232
3333 - name : Release
3434 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