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