Skip to content

Commit

Permalink
Don't install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-duttke committed Aug 11, 2023
1 parent a9d03c9 commit 21cc704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ensure-nodejs-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install --only=prod
- run: npm test

0 comments on commit 21cc704

Please sign in to comment.