Skip to content

Commit d86b433

Browse files
committed
fix: ci node version not use .nvmrc
1 parent deeba22 commit d86b433

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Install Node.js
3030
uses: actions/setup-node@v4
3131
with:
32+
node-version-file: '.nvmrc'
3233
cache: 'pnpm'
3334

3435
- name: Install dependencies
@@ -87,6 +88,7 @@ jobs:
8788
- name: Install Node.js
8889
uses: actions/setup-node@v4
8990
with:
91+
node-version-file: '.nvmrc'
9092
cache: 'pnpm'
9193

9294
- name: Install dependencies

0 commit comments

Comments
 (0)