Skip to content

Commit 9aee5a1

Browse files
committed
Update build workflow
1 parent 9e59451 commit 9aee5a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
strategy:
99
matrix:
1010
os: [windows-latest, ubuntu-latest]
11-
node-version: [12.x, 14.x]
11+
node-version: [16.x]
1212

1313
name: ${{ matrix.os }} (Node.js ${{ matrix.node-version }})
1414

1515
steps:
1616
- name: Checkout 🛎
1717
uses: actions/checkout@v2
1818
- name: Setup Node.js ${{ matrix.node-version }} ⚙
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v2
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- name: Run display server 🖥
@@ -42,4 +42,4 @@ jobs:
4242
npm test
4343
npm run vscode:prepublish
4444
env:
45-
DISPLAY: ":99.0"
45+
DISPLAY: ':99.0'

0 commit comments

Comments
 (0)