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 be797ee commit fdb1313Copy full SHA for fdb1313
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v1
14
with:
15
- node-version: 12
+ version: 12
16
- run: npm ci
17
- run: npm test
18
- run: npm run build
0 commit comments