try fix action

This commit is contained in:
Bruno Windels 2021-05-20 11:24:22 +02:00
parent 7ea38a3f4c
commit 3649bf1f04
1 changed files with 2 additions and 1 deletions

View File

@ -19,8 +19,9 @@ jobs:
node-version: [14.x]
steps:
- name: Install tools
- name: Checkout project source
- uses: actions/checkout@v2
- name: Install tools
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}