Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Mar 21, 2022
1 parent ef471ed commit 58d9e1a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Build Status

on:
push:
branches:
Expand All @@ -11,13 +10,13 @@ jobs:
build:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-16.04, macos-latest, windows-latest]
node-version: [lts/*]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit 58d9e1a

Please sign in to comment.