mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
Update deploy-sandbox.yaml
This commit is contained in:
parent
66558ae80c
commit
e663dee659
1 changed files with 2 additions and 4 deletions
6
.github/workflows/deploy-sandbox.yaml
vendored
6
.github/workflows/deploy-sandbox.yaml
vendored
|
@ -45,12 +45,10 @@ jobs:
|
|||
with:
|
||||
node-version: '21.7.3'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Prepare Node environment and install dependencies
|
||||
- name: Prepare Node environment and adjust permissions
|
||||
working-directory: ./src
|
||||
run: |
|
||||
docker compose run node npm install -g npm@10.5.0
|
||||
docker compose run node npm install
|
||||
docker compose run node sh -c "chown circleci:circleci package*.json && npm install -g npm@10.5.0 && npm install"
|
||||
|
||||
- name: Compile USWDS assets
|
||||
working-directory: ./src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue