ci: setup Node.js in adev-preview-deploy workflow using .nvmrc

Ensures that the correct Node.js version is used.
This commit is contained in:
Alan Agius
2026-06-30 13:40:07 +00:00
committed by Alex Rickabaugh
parent e844ad18a0
commit 785d254433
+4 -1
View File
@@ -33,7 +33,10 @@ jobs:
with:
token: '${{secrets.GITHUB_TOKEN}}'
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: '.nvmrc'
package-manager-cache: false
- name: Configure Firebase deploy target
working-directory: ./
run: |