Skip to content

Commit eb57e57

Browse files
committed
chore: nvm
1 parent 7b9265b commit eb57e57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: 16
16+
node-version-file: .nvmrc
1717
- run: npm ci
1818
- run: npm run build
1919
- name: Check schema.json is up-to-date

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v24.4.1

0 commit comments

Comments
 (0)