Skip to content

Commit

Permalink
install dev dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaender committed Apr 21, 2024
1 parent e0db834 commit 0137496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install --include=dev
- run: npm test
- run: npm run build

0 comments on commit 0137496

Please sign in to comment.