mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
use nvm
This commit is contained in:
parent
e1e04d9778
commit
2f4ac994c7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-sandbox.yaml
vendored
4
.github/workflows/deploy-sandbox.yaml
vendored
|
@ -42,8 +42,8 @@ jobs:
|
|||
- name: Compile USWDS assets
|
||||
working-directory: ./src
|
||||
run: |
|
||||
docker compose run node npm install -g node@21.7.3 &&
|
||||
docker compose run node npm install -g npm@10.5.0 &&
|
||||
nvm install 21.7.3 &&
|
||||
nvm use 21.7.3 &&
|
||||
docker compose run node npm install &&
|
||||
docker compose run node npx gulp copyAssets &&
|
||||
docker compose run node npx gulp compile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue