Skip to content

Commit

Permalink
fix(ci): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavishyachandra committed Jul 28, 2023
1 parent 65d62cc commit bddfad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: ["master"]
branches: ['master']
pull_request:
branches: ["master"]
branches: ['master']

jobs:
build:
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit bddfad7

Please sign in to comment.