Skip to content

Commit

Permalink
chore: Switch to NPM (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Sep 26, 2024
1 parent 1966d82 commit 4e94fb2
Show file tree
Hide file tree
Showing 4 changed files with 4,341 additions and 2,981 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
node-version: 22
cache: npm

- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci

- name: Tests
run: yarn test
run: npm run test
Loading

0 comments on commit 4e94fb2

Please sign in to comment.