Skip to content

Commit 76d07f6

Browse files
authored
e2e: use nvmrc version (#93)
1 parent 157ea08 commit 76d07f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: "20.15.1"
17+
node-version-file: '.nvmrc'
1818
cache: "npm"
1919

2020
- name: Install dependencies

0 commit comments

Comments
 (0)