We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d8c4e commit ac4469dCopy full SHA for ac4469d
.github/workflows/release.yml
@@ -121,10 +121,10 @@ jobs:
121
122
- uses: pnpm/action-setup@v2
123
124
- - name: Setup Node.js 18
+ - name: Setup Node.js 20
125
uses: actions/setup-node@v3
126
with:
127
- node-version: 18
+ node-version: 20
128
cache: pnpm
129
130
- name: Configure pnpm
.github/workflows/release_candidates.yml
@@ -43,7 +43,7 @@ jobs:
43
if: ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') }}
44
run: |
45
npm version prerelease --preid=${{ github.head_ref }}
46
- npm publish --tag rc
+ npm publish --tag rc || true
47
env:
48
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49
0 commit comments