Skip to content

Commit

Permalink
CI runner: remove Windows OS, add Node 14
Browse files Browse the repository at this point in the history
'cause broken and needs fixing!
  • Loading branch information
thedavidprice authored May 14, 2020
1 parent 9cd859b commit ca5f144
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-eslint-jest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: ['12']
node-version: ['12', '14']
fail-fast: false
name: ${{ matrix.os }} | Node ${{ matrix.node-version }} latest
name: ubuntu-latest | Node ${{ matrix.node-version }} latest
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand Down

0 comments on commit ca5f144

Please sign in to comment.