Skip to content

Commit 821c12f

Browse files
committed
Update Node CI
1 parent 0b5a8e9 commit 821c12f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ on:
1111

1212
jobs:
1313
build:
14-
14+
name: Build & Test
1515
runs-on: ubuntu-latest
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x, 13.x]
19+
node-version: [12, 14]
2020

2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v2-beta
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci

0 commit comments

Comments
 (0)