Skip to content

Commit d5dcf7a

Browse files
committed
Fixing the file to look up for the node version
1 parent 6e447aa commit d5dcf7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Use Node.js from .nvmrc
18+
- name: Use Node.js from .node-version
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version-file: .nvmrc
21+
node-version-file: .node-version
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
2424
- name: Install dependencies

0 commit comments

Comments
 (0)