Skip to content

Commit

Permalink
using github actions default node version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed May 17, 2020
1 parent 88b5161 commit 3e31ed3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ on:
- master
- release

# fepper-ui is for the browser, not Node.js. Just test on GitHub Actions' default Node.js version.
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
node-version:
- 12.x # fepper-ui is for the browser, not Node.js. Just test in the oldest supported LTS version.
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 3e31ed3

Please sign in to comment.