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 1919 - uses : pnpm/action-setup@v4
2020 - uses : actions/setup-node@v4
2121 with :
22- node-version : lts/*
22+ node-version : latest
2323 cache : pnpm
2424 - run : npm install -g corepack@latest
2525 - run : corepack enable
3030 - name : Release Nightly
3131 if : github.event_name == 'push' && !contains(github.event.head_commit.message, '[skip-release]')
3232 run : ./scripts/release-nightly.sh
33- env :
34- NPM_CONFIG_PROVENANCE : true
35- NODE_AUTH_TOKEN : ${{secrets.NODE_AUTH_TOKEN_NIGHTLY}}
Original file line number Diff line number Diff line change 2323 - name : Set node
2424 uses : actions/setup-node@v4
2525 with :
26- node-version : lts/*
26+ node-version : latest
2727 cache : pnpm
2828 registry-url : ' https://registry.npmjs.org'
2929
3838 run : pnpm i
3939
4040 - run : pnpm publish -r --access public --no-git-checks
41- env :
42- NODE_AUTH_TOKEN : ${{secrets.NODE_AUTH_TOKEN_MAIN_PACKAGES}}
43- NPM_CONFIG_PROVENANCE : true
You can’t perform that action at this time.
0 commit comments