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 7b9265b commit eb57e57Copy full SHA for eb57e57
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v2
15
with:
16
- node-version: 16
+ node-version-file: .nvmrc
17
- run: npm ci
18
- run: npm run build
19
- name: Check schema.json is up-to-date
.nvmrc
@@ -0,0 +1 @@
1
+v24.4.1
0 commit comments