Skip to content

Commit c01b07f

Browse files
committed
only test against node 14, because that is what vs code uses
1 parent 2b59461 commit c01b07f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [macos-latest, ubuntu-latest, windows-latest]
17-
node-version: [10.x, 12.x, 14.x]
1817
runs-on: ${{ matrix.os }}
1918
steps:
2019
- name: Checkout
2120
uses: actions/checkout@v2
2221
- name: Install Node.js
2322
uses: actions/setup-node@v1
2423
with:
25-
node-version: ${{ matrix.node-version }}
24+
node-version: 14
2625
- run: npm install
2726
- run: xvfb-run -a npm test
2827
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)