Skip to content

Commit 58d9e1a

Browse files
committed
update workflow
1 parent ef471ed commit 58d9e1a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-node.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Build Status
2-
32
on:
43
push:
54
branches:
@@ -11,13 +10,13 @@ jobs:
1110
build:
1211
strategy:
1312
matrix:
14-
node-version: [10.x, 12.x, 14.x]
15-
os: [ubuntu-16.04, macos-latest, windows-latest]
13+
node-version: [lts/*]
14+
os: [ubuntu-latest, macos-latest, windows-latest]
1615
runs-on: ${{ matrix.os }}
1716
steps:
1817
- uses: actions/checkout@v2
1918
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v2
2120
with:
2221
node-version: ${{ matrix.node-version }}
2322
- run: npm install

0 commit comments

Comments
 (0)