We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40924f commit 2b63d59Copy full SHA for 2b63d59
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-node@v3
19
with:
20
- node-version: 16
+ node-version: 20
21
- run: yarn
22
# - run: npm test
23
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
registry-url: https://registry.npmjs.org/
33
34
- run: yarn publish
0 commit comments