Skip to content

Commit 616ef0d

Browse files
committed
Use the node version in root package.json
1 parent b6a4aa4 commit 616ef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version-file: cli/package.json
23+
node-version-file: package.json
2424
cache: npm
2525

2626
- name: Install dependencies

0 commit comments

Comments
 (0)