Use .nvmrc and avoid installing nvm in container since we only need node & npm there. (#2499)

This commit is contained in:
Asher Foa
2025-05-29 11:28:15 -04:00
committed by GitHub
parent bd72491d7d
commit fe70ec3ede
4 changed files with 12 additions and 16 deletions

View File

@@ -20,8 +20,8 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: .nvmrc
- name: Install pnpm
uses: pnpm/action-setup@v2
with: