Workflow fix
This commit is contained in:
parent
7050ba7683
commit
252f709c49
3 changed files with 12 additions and 9 deletions
|
@ -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/*
|
Loading…
Add table
Add a link
Reference in a new issue