Skip to content

Commit 8af0ce4

Browse files
committed
fix actions
1 parent 0a91128 commit 8af0ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
30-
# - run: npm ci
30+
- run: npm install
3131
- run: npm run build --if-present
3232
- run: npm test

0 commit comments

Comments
 (0)