mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Alex Rickabaugh
parent
e844ad18a0
commit
785d254433
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user