Skip to content

Commit

Permalink
Adjusting NPM commands
Browse files Browse the repository at this point in the history
  • Loading branch information
KitLykos authored Sep 6, 2024
1 parent 76b111b commit 76440a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

defaults:
run:
working-directory: ./server/

strategy:
matrix:
node-version: [16.x]
Expand All @@ -30,7 +24,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: './server/package-lock.json'
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 76440a7

Please sign in to comment.