Skip to content

Commit 78213f1

Browse files
committed
fix: add pointer to file
1 parent 9a925d3 commit 78213f1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .github/workflows/checkpr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
cache: pnpm
34+
node-version-file: package.json
3435

3536
- name: Install dependencies
3637
run: pnpm install
@@ -55,6 +56,7 @@ jobs:
5556
uses: actions/setup-node@v4
5657
with:
5758
cache: pnpm
59+
node-version-file: package.json
5860

5961
- name: Install dependencies
6062
run: pnpm install

Diff for: .github/workflows/publish-to-npm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
cache: pnpm
24+
node-version-file: package.json
2425

2526
- name: Install dependencies
2627
run: pnpm install

0 commit comments

Comments
 (0)