Skip to content

Commit

Permalink
fix error in actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Dec 1, 2020
1 parent 195b96b commit 0152866
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/actions.yml
Expand Up @@ -8,13 +8,13 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci
- run: npm run lint
- run: npm run check-closure-compiler
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci
- run: npm run lint
- run: npm run check-closure-compiler

test-node:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0152866

Please sign in to comment.