Skip to content

Commit

Permalink
Correct github actions data
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed Jan 15, 2024
1 parent 106ebfd commit effc4ce
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 128 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm i --no-package-lock
- run: npm ci
# - run: npm i --no-package-lock # alternatively run `npm update` after installs
- run: npm run build --if-present
- run: npm run test
Loading

0 comments on commit effc4ce

Please sign in to comment.