Skip to content

Commit

Permalink
Fix: Update CI node.js.yml #5
Browse files Browse the repository at this point in the history
  • Loading branch information
pippobonas authored May 23, 2024
1 parent 4698e7c commit ddb3ba6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
env:
FOLDER: React/kinetograpp-react/
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm --prefix React/kinetograpp-react/ install
- run: npm --prefix React/kinetograpp-react/ ci
- run: npm --prefix React/kinetograpp-react/ test
- run: npm install
- run: npm ci
- run: npm test

0 comments on commit ddb3ba6

Please sign in to comment.