We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698b703 commit ab727afCopy full SHA for ab727af
.github/workflows/pull-request.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v4
8
- uses: actions/setup-node@v4
9
with:
10
- node-version: 20
+ node-version-file: ".node-version"
11
cache: npm
12
- run: npm ci
13
- run: npx rescript
0 commit comments