We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2660d4b commit 3d9316cCopy full SHA for 3d9316c
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
node-version: ${{ matrix.node-version }}
12
- name: Install dependencies
13
- run: npm ci
+ run: yarn install --frozen-lockfile
14
- name: Lint
15
run: |
16
npm run lint:types
0 commit comments