We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6884e commit 155a518Copy full SHA for 155a518
.github/workflows/publish-beta.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: actions/setup-node@v3
21
with:
22
- node-version: '16.x'
+ node-version: '20.x'
23
registry-url: 'https://registry.npmjs.org'
24
- run: npm ci
25
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: actions/checkout@v3
42
43
44
45
46
47
- name: Publish on npm.js
0 commit comments