use node v14 in CI

This commit is contained in:
Labhansh Agrawal 2021-07-06 09:37:41 +05:30 committed by GitHub
parent 5c2183e4cb
commit 53176cbdeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
strategy: strategy:
matrix: matrix:
node-version: [15.x] node-version: [14.x]
os: [macos-11.0, ubuntu-latest, windows-latest] os: [macos-11.0, ubuntu-latest, windows-latest]
fail-fast: false fail-fast: false
steps: steps: