mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Add correct spacing
This commit is contained in:
parent
9ca48c06d9
commit
708c53b8cb
1 changed files with 8 additions and 4 deletions
12
.github/workflows/deploy-sandbox.yaml
vendored
12
.github/workflows/deploy-sandbox.yaml
vendored
|
@ -42,13 +42,17 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
working-directory: ./src
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '21.7.3'
|
||||
with:
|
||||
node-version: '21.7.3'
|
||||
|
||||
- name: Prepare Node environment and adjust permissions
|
||||
working-directory: ./src
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
docker compose run node npm install &&
|
||||
docker compose run node npm install npm@10.5.0 &&
|
||||
docker compose run node npx gulp copyAssets &&
|
||||
docker compose run node npx gulp compile
|
||||
- name: Collect static assets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue