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 1cdaf6d commit 41dbf98Copy full SHA for 41dbf98
1 file changed
.github/workflows/npm-publish-next.yml
@@ -11,10 +11,10 @@ jobs:
11
- uses: actions/checkout@v1
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: 12
+ node-version: 14
15
- run: npm ci
16
- run: npm run pm2:api
17
- - run: npm run test:unit
+ - run: npm test -- --watchAll=false
18
- run: npm run build
19
20
publish-npm:
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
registry-url: https://registry.npmjs.org/
29
30
0 commit comments