Skip to content

Commit

Permalink
Update CI workflow: Replace alpine-typescript package path in lock …
Browse files Browse the repository at this point in the history
…file as well
  • Loading branch information
JackNoordhuis committed Dec 11, 2024
1 parent 40f09fa commit 23234da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:

- name: Update alpine-typescript file path
run: |
sed -i 's/file:..\/..\//file:alpine-typescript/g' package.json
sed -i 's/file:..\/..\//file:alpine-typescript/g' package.json &&
sed -i 's/file:..\/..\//file:alpine-typescript/g' pnpm-lock.yaml
- name: Use pnpm ${{ env.PNPM_VERSION }}
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 23234da

Please sign in to comment.