Skip to content

Commit

Permalink
Fix resolvedSchemas.json adding required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Geovanni Pacheco committed Apr 5, 2024
1 parent 6b925f6 commit 65387a7
Show file tree
Hide file tree
Showing 10 changed files with 992 additions and 876 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x]
node-version: [18.x]
os: [ubuntu-latest]

steps:
Expand All @@ -24,7 +24,7 @@ jobs:
run: yarn

- name: Run tests
run: yarn test
run: yarn test

- name: Run build
run: yarn build
Expand All @@ -38,13 +38,13 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14]
node: [18]

steps:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- name: Check out repo
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 65387a7

Please sign in to comment.