Fix actions
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
parent
d0daa831a1
commit
4f678583c6
2 changed files with 4 additions and 4 deletions
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Set up node ${{ matrix.node-versions }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-versions: ${{ matrix.node-versions }}
|
||||
node-version: ${{ matrix.node-versions }}
|
||||
|
||||
- name: Install dependencies & build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue