Browse Source

[test] auto test for node lts only

pull/609/head
LouisLam 3 years ago
parent
commit
a1c2a1bc52
  1. 2
      .github/workflows/auto-test.yml

2
.github/workflows/auto-test.yml

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [14.x, 15.x, 16.x]
node-version: [14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:

Loading…
Cancel
Save