Workflow fix

This commit is contained in:
Djuri 2023-11-30 22:05:31 +01:00
parent 7050ba7683
commit 252f709c49
3 changed files with 12 additions and 9 deletions

View file

@ -1,12 +1,9 @@
name: "Checkout, install and build"
description: "Checkout, install and build"
name: "Install and build"
description: "Install and build"
runs:
using: "composite"
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: lts/*