add node
This commit is contained in:
@@ -11,6 +11,10 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
- shell: bash
|
||||
run: npm ci
|
||||
- name: Extract schema
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -18,6 +22,7 @@ runs:
|
||||
if [ -n "$schema" ]; then
|
||||
curl -s $schema > schema.json
|
||||
else
|
||||
echo "No schema found"
|
||||
exit 0
|
||||
fi
|
||||
- name: Update the schema to the latest version
|
||||
|
||||
Reference in New Issue
Block a user