mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
Change uses order
This commit is contained in:
parent
cb88a49079
commit
eeb5206c15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-sandbox.yaml
vendored
2
.github/workflows/deploy-sandbox.yaml
vendored
|
@ -38,10 +38,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [variables]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '23.0.0-nightly202404297c3dce0e4f'
|
||||
- uses: actions/checkout@v3
|
||||
- name: Compile USWDS assets
|
||||
working-directory: ./src
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue