Skip to content

Commit 4e94fb2

Browse files
authored
chore: Switch to NPM (#40)
1 parent 1966d82 commit 4e94fb2

File tree

4 files changed

+4341
-2981
lines changed

4 files changed

+4341
-2981
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
20-
cache: yarn
19+
node-version: 22
20+
cache: npm
2121

2222
- name: Install dependencies
23-
run: yarn install --frozen-lockfile
23+
run: npm ci
2424

2525
- name: Tests
26-
run: yarn test
26+
run: npm run test

0 commit comments

Comments
 (0)