Skip to content

Commit

Permalink
dropped macos, windows, and node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiddha committed Jan 28, 2020
1 parent 7c3fed2 commit c1c30ff
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@ on: [push, pull_request]

jobs:
build-node:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: [10.x, 12.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 12.x
- name: Get npm cache directory
id: npm-cache
run: |
Expand Down

0 comments on commit c1c30ff

Please sign in to comment.