mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 09:07:02 +02:00
Update deploy-sandbox.yaml
This commit is contained in:
parent
3965c7d199
commit
ad72c49de7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/deploy-sandbox.yaml
vendored
8
.github/workflows/deploy-sandbox.yaml
vendored
|
@ -39,10 +39,10 @@ jobs:
|
|||
needs: [variables]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '21.7.3'
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '21.7.3'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Compile USWDS assets
|
||||
working-directory: ./src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue