Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 29, 2023
1 parent 38557ec commit 1f00235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
# - run: npm ci
- run: npm install
- run: npm run build --if-present
- run: npm test

0 comments on commit 1f00235

Please sign in to comment.