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 fc93f97 commit 9f16a5eCopy full SHA for 9f16a5e
.github/workflows/test.yml
@@ -13,6 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: 20
+ node-version-file: .nvmrc
17
- run: yarn install --frozen-lockfile
18
- run: yarn ci
0 commit comments