CI: Use nvmrc in all github workflows (#107164)

feat(gh-workflows): use nvmrc file as single source of truth for projects node version
This commit is contained in:
Jack Westbrook
2025-06-25 10:41:16 +02:00
committed by GitHub
parent 6e28464981
commit 8179c87ebe
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.16.0'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies