Skip to content

Commit

Permalink
Clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesBHuff committed Dec 15, 2023
1 parent 7a0cd96 commit fbe5f12
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -20,10 +19,10 @@ jobs:
with:
node-version-file: frontend/.nvmrc
cache: npm
cache-dependency-path: frontend/npm-shrinkwrap.json
cache-dependency-path: frontend/npm-shrinkwrap.json
- run: npm ci
working-directory: frontend
working-directory: frontend
- run: npm run check
working-directory: frontend
working-directory: frontend
- run: npm run build
working-directory: frontend
working-directory: frontend

0 comments on commit fbe5f12

Please sign in to comment.