Skip to content

Commit

Permalink
run npm ci before test
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Feb 8, 2025
1 parent af5df58 commit 92d1aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test

0 comments on commit 92d1aa7

Please sign in to comment.