Skip to content

Commit 3d9316c

Browse files
committed
update workflow
1 parent 2660d4b commit 3d9316c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
node-version: ${{ matrix.node-version }}
1212
- name: Install dependencies
13-
run: npm ci
13+
run: yarn install --frozen-lockfile
1414
- name: Lint
1515
run: |
1616
npm run lint:types

0 commit comments

Comments
 (0)