Skip to content

Commit

Permalink
node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LcfherShell authored Oct 13, 2024
1 parent 706f1ca commit 620b606
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
# Remove cache step if you don't want to rely on a lock file
# cache: 'npm'

- run: npm ci || npm install
- run: npm run build --if-present
- run: npm test

0 comments on commit 620b606

Please sign in to comment.