Skip to content

Commit ab727af

Browse files
Get CI node version from file (#1123)
1 parent 698b703 commit ab727af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-node@v4
99
with:
10-
node-version: 20
10+
node-version-file: ".node-version"
1111
cache: npm
1212
- run: npm ci
1313
- run: npx rescript

0 commit comments

Comments
 (0)