Skip to content

Commit

Permalink
fix: add pointer to file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Oct 17, 2024
1 parent 9a925d3 commit 78213f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checkpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: package.json

- name: Install dependencies
run: pnpm install
Expand All @@ -55,6 +56,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: package.json

- name: Install dependencies
run: pnpm install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: package.json

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 78213f1

Please sign in to comment.