Skip to content

Merge branch 'Gaspar' of https://github.com/ben-wckdrzr/schemastore i… #6

Merge branch 'Gaspar' of https://github.com/ben-wckdrzr/schemastore i…

Merge branch 'Gaspar' of https://github.com/ben-wckdrzr/schemastore i… #6

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: './package-lock.json'
- name: npm ci
run: |
npm ci
- name: npm run build
run: |
npm run build