Skip to content
Snippets Groups Projects
Commit 21bc8ebc authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: reduce test matrix

parent 837d3a2e
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x for lint
- name: Use Node.js 16.x for lint
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- run: npm i
- run: npm run lint
......@@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x]
env:
NODE_ENV: test
......@@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x]
env:
NODE_ENV: test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment