try fix action

This commit is contained in:
Bruno Windels 2021-05-20 11:23:45 +02:00
parent ce2acfc659
commit 7ea38a3f4c

View file

@ -19,11 +19,12 @@ jobs:
node-version: [14.x] node-version: [14.x]
steps: steps:
- name: Install - name: Install tools
- uses: actions/checkout@v2 - uses: actions/checkout@v2
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install project dependencies
- run: npm install --also=dev - run: npm install --also=dev
- name: Unit tests - name: Unit tests
- run: npm test - run: npm test