Skip to content

Commit 8c56d48

Browse files
committed
build: use npm ci
1 parent fbbf09c commit 8c56d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: "npm"
24-
- run: npm install --frozen-lockfile
24+
- run: npm ci
2525
- run: npm run build
2626
- run: npm run test

0 commit comments

Comments
 (0)