Skip to content

Commit

Permalink
install in workflow instead of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkHerhold committed Aug 10, 2022
1 parent 0ec0485 commit 6afac6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm i
- run: npm test

# TODO: port travis TS integration build/test here

0 comments on commit 6afac6c

Please sign in to comment.