Skip to content

Commit

Permalink
build: we need devDeps too
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Feb 20, 2023
1 parent d41000e commit 55745a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '${{ matrix.node-version }}'
- uses: actions/checkout@v3

- run: npm ci
- run: npm i

- run: node add.js
- run: node index.js
Expand Down

0 comments on commit 55745a4

Please sign in to comment.