Skip to content

Commit fd2e596

Browse files
committed
ci: replace npm with yarn
1 parent 17dcbd1 commit fd2e596

File tree

3 files changed

+2808
-2882
lines changed

3 files changed

+2808
-2882
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
30-
- run: npm test
29+
- run: yarn install --frozen-lockfile
30+
- run: yarn test
3131
- name: Run ESLint
32-
run: eslint
32+
run: eslint .

0 commit comments

Comments
 (0)