There was an error while loading. Please reload this page.
1 parent cd91ac4 commit a7aa37cCopy full SHA for a7aa37c
1 file changed
.github/workflows/build.yml
@@ -8,15 +8,15 @@ jobs:
8
strategy:
9
matrix:
10
os: [windows-latest, ubuntu-latest]
11
- node-version: [12.x, 14.x]
+ node-version: [14.x, 16.x]
12
13
name: ${{ matrix.os }} (Node.js ${{ matrix.node-version }})
14
15
steps:
16
- name: Checkout 🛎
17
uses: actions/checkout@v2
18
- name: Setup Node.js ${{ matrix.node-version }} ⚙
19
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
20
with:
21
node-version: ${{ matrix.node-version }}
22
- name: Run display server 🖥
0 commit comments