try fix action

This commit is contained in:
Bruno Windels 2021-05-20 11:22:53 +02:00
parent 145d7f6f47
commit ce2acfc659
1 changed files with 1 additions and 1 deletions

View File

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