Skip to content

Commit

Permalink
fix(action): install NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smilephoenix103 authored Jan 25, 2023
1 parent fa5fa8d commit b29c6c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install NPM Dependencies
run: npm install
- run: npm test

0 comments on commit b29c6c8

Please sign in to comment.