chore(actions) node: add versions matrix

This commit is contained in:
coderaiser 2021-06-13 22:57:19 +03:00 committed by GitHub
parent e236e87171
commit b67526f09b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,19 @@ jobs:
runs-on: ubuntu-latest
env:
NAME: cloudcmd
strategy:
matrix:
node-version:
- 14.x
- 16.x
steps:
- uses: actions/checkout@master
- name: Use Node.js 14.x
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: [14.x, 16.x]
node-version: ${{ matrix.node-version }}
- name: Install Redrun
run: