We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c68969 commit 61471ffCopy full SHA for 61471ff
1 file changed
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 18
+ node-version: 20
18
- run: npm ci
19
- run: npm test
20
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm publish
0 commit comments