Skip to content

Commit 017a5ad

Browse files
committed
run npm ci firstto work with new dev-deps
1 parent e729a8f commit 017a5ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
uses: actions/setup-node@v1
1515
with:
1616
node-version: 16
17-
17+
18+
- run: npm ci
1819
- run: npm test
1920
- run: npm run build
2021
- run: npm run release

0 commit comments

Comments
 (0)