Skip to content

Commit

Permalink
Merge branch 'master' into debug/fps-indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWP authored Nov 27, 2020
2 parents 1906b0e + fd70564 commit b252bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v1.4.2
uses: actions/setup-node@v1.4.4

- name: Install
run: npm install
Expand All @@ -33,4 +33,4 @@ jobs:
run: npm build

- name: lint
run: npm run lint
run: npm run lint

0 comments on commit b252bec

Please sign in to comment.