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
@@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22.16.0
node-version-file: '.nvmrc'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
@@ -86,7 +86,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22.16.0
node-version-file: '.nvmrc'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
@@ -136,7 +136,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22.16.0
node-version-file: '.nvmrc'
- name: Get built packages from pr
uses: actions/download-artifact@v4