Skip to content

Commit

Permalink
Merge branch 'staging' into Sr-Tech-advisor-posting-link
Browse files Browse the repository at this point in the history
  • Loading branch information
debjudy authored Dec 16, 2024
2 parents 2f46622 + 856ee0b commit 12f2afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: "18"

- name: Install dependencies
run: npm install --production=false && pip install -r requirements.txt
run: npm ci --production=false && pip install --require-hashes -r requirements.txt

- name: Setup custom variables
id: customvars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NVMRC }}"

- name: Install NPM dependencies
run: npm install
run: npm ci

- name: Build site
run: npm run build
Expand Down

0 comments on commit 12f2afe

Please sign in to comment.