Commit fc4e9066 authored by Georgios Konstantopoulos's avatar Georgios Konstantopoulos Committed by GitHub

ci: test single node version (#489)

parent 779a7812
......@@ -16,23 +16,19 @@ on:
jobs:
test:
name: Run tests on ${{matrix.node}}
name: Run unit tests
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10', '12', '14' ]
steps:
- uses: actions/checkout@v2
- name: Fetch history
run: git fetch
- name: Setup node ${{ matrix.node }}
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: '12.x'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
......
Markdown is supported
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