We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cec623 commit 2975d2aCopy full SHA for 2975d2a
.github/workflows/publish-on-pypi.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install the node
31
uses: actions/setup-node@v2
32
with:
33
- node-version: '17'
+ node-version: '18'
34
- run: |
35
npm install
36
npm run build
0 commit comments