Skip to content

Commit d479aab

Browse files
committed
Switch to npm
1 parent 00bcd2c commit d479aab

File tree

4 files changed

+6160
-3535
lines changed

4 files changed

+6160
-3535
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
17-
cache: yarn
17+
cache: npm
1818

19-
- run: yarn install --immutable
20-
- run: yarn build
19+
- run: npm ci
20+
- run: npm run build
2121

22-
- name: Verify that `yarn build` did not change outputs
22+
- name: Verify that `npm run build` did not change outputs
2323
run: git diff --exit-code
2424

25-
- run: yarn test
26-
- run: yarn lint
25+
- run: npm test
26+
- run: npm run lint

0 commit comments

Comments
 (0)