Skip to content

Commit

Permalink
Skip dev dependencies for old-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 18, 2022
1 parent 26efe34 commit f635e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/old-test.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install
run: npm install --production

- name: Test that the command line program exits cleanly.
run: ./bin/cmd.cjs
Expand Down

0 comments on commit f635e4e

Please sign in to comment.