Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
# file with all npm deps + JSON assets inlined. Only Node built-ins
# and `fsevents` (macOS-only optional native dep used by chokidar)
# are external. See `<worker>/scripts/build-bundle.mjs`.
# The pnpm version comes from the repo-root package.json
# `packageManager` field (the UI pnpm workspace root).
- uses: pnpm/action-setup@v5
if: inputs.language == 'node' || inputs.language == 'javascript'
with:
version: 10

- uses: actions/setup-node@v5
if: inputs.language == 'node' || inputs.language == 'javascript'
Expand Down
Loading