Skip to content

Commit 41dbf98

Browse files
authored
Update npm-publish-next.yml
1 parent 1cdaf6d commit 41dbf98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish-next.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 12
14+
node-version: 14
1515
- run: npm ci
1616
- run: npm run pm2:api
17-
- run: npm run test:unit
17+
- run: npm test -- --watchAll=false
1818
- run: npm run build
1919

2020
publish-npm:
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v1
2525
- uses: actions/setup-node@v1
2626
with:
27-
node-version: 12
27+
node-version: 14
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm ci
3030
- run: npm run build

0 commit comments

Comments
 (0)