Skip to content

Commit 004679b

Browse files
committed
👷 run yarn install in PR-title lint workflow
The script imports shared helpers from executionUtils.ts, which pulls in undici. Install dependencies (with the setup-node yarn cache) so the import resolves on CI.
1 parent 8d7317d commit 004679b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎.github/workflows/lint-pr-title.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1818
with:
1919
node-version-file: 'package.json'
20+
cache: 'yarn'
21+
22+
- name: Install dependencies
23+
run: yarn install --immutable
2024

2125
- name: Check PR title follows gitmoji convention
2226
env:

0 commit comments

Comments
 (0)