We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db257e commit 13fd635Copy full SHA for 13fd635
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
- args: [--no-frozen-lockfile]
20
- uses: actions/setup-node@v3
21
with:
22
- node-version: 16.x
+ node-version: 18.x
23
cache: pnpm
24
- uses: actions/setup-python@v4
25
@@ -130,6 +130,11 @@ jobs:
130
- uses: pnpm/action-setup@v2.2.4
131
132
version: 8
133
+ # Setup .npmrc file to publish to npm
134
+ - uses: actions/setup-node@v3
135
+ with:
136
+ node-version: '18.x'
137
+ registry-url: 'https://registry.npmjs.org'
138
- name: Prepare release
139
run: .github/workflows/release_prep.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
140
- name: Compute wheel version
0 commit comments