Skip to content

Commit

Permalink
Fix pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jun 25, 2024
1 parent 7f28c10 commit 33ba457
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16", "18", "20"]
node: ["18", "20", "22"]
name: Node ${{ matrix.node }}
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Build docs
run: npm run docs
run: npm run docs -- src/testdata/infer.ts
- name: Deploy
uses: JamesIves/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: steps.check.outputs.changed == 'true'
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- name: Install
if: steps.check.outputs.changed == 'true'
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33ba457

Please sign in to comment.