Skip to content

Commit 8aa47e5

Browse files
committed
chore(deps): switch to npm
1 parent 48a34bf commit 8aa47e5

4 files changed

Lines changed: 10199 additions & 7540 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Enable corepack
21-
run: corepack enable
2220
- name: Use Node.js ${{ matrix.node-version }}
2321
uses: actions/setup-node@v4
2422
with:
2523
node-version: ${{ matrix.node-version }}
26-
cache: 'yarn'
27-
- run: yarn --immutable
28-
- run: yarn lint
29-
- run: yarn test-lcov
30-
- run: yarn transpile
24+
cache: 'npm'
25+
- run: npm ci
26+
- run: npm run lint
27+
- run: npm run test-lcov
28+
- run: npm run transpile
3129
- name: Coveralls
3230
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)