Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,15 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: '>=22.16.0'
node-version: '>=22.18.0'
- uses: ./.github/actions/setup-go
- run: npm ci
- run: npx hereby generate
- run: npx hereby generate:enums
- run: npx hereby generate:ast
- run: npx hereby generate:vendor
- run: node --experimental-strip-types ./tsc/internal/lsp/lsproto/_generate/fetchModel.mts
- run: node --experimental-strip-types ./tsc/internal/lsp/lsproto/_generate/generate.mts
- run: node ./tsc/internal/lsp/lsproto/_generate/fetchModel.mts
- run: node ./tsc/internal/lsp/lsproto/_generate/generate.mts
- run: npx hereby generate:extension
- run: npx hereby check:scripts
- run: git add .
Expand Down Expand Up @@ -310,6 +310,7 @@ jobs:
- uses: ./.github/actions/setup-go
- run: npm ci
- run: go -C ./tools run ./cmd/checkmodpaths "$PWD"
- run: npx hereby check:herebyfile
Comment thread
jakebailey marked this conversation as resolved.
- run: npx hereby check:scripts
- run: npx hereby typescript:check-platforms

Expand Down
Loading
Loading