We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a34016 commit d0f2ab0Copy full SHA for d0f2ab0
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: 12
+ node-version: '18.x'
14
- run: yarn install
15
- run: yarn test
16
- uses: JS-DevTools/npm-publish@v1
0 commit comments