We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7efad commit caab1b3Copy full SHA for caab1b3
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
16
with:
17
registry-url: https://registry.npmjs.org/
18
- run: yarn
0 commit comments