Skip to content

Commit

Permalink
ci: simplify config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalston committed Jan 21, 2025
1 parent 3c32f7f commit 67e4673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test:coverage
- run: npm test

0 comments on commit 67e4673

Please sign in to comment.