Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Dec 29, 2023
1 parent cad361b commit c8e3315
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ runs:
with:
cache: pnpm
node-version: 18

# https://github.com/pnpm/pnpm/issues/1801
- name: PNPM Stubs
run: mkdir -p ./packages/cli/node_modules/.bin/ && echo "#! /usr/bin/env node" > ./packages/cli/node_modules/.bin/abstract

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit c8e3315

Please sign in to comment.