Skip to content

Commit

Permalink
Merge pull request #1883 from laws-africa/law-widgets
Browse files Browse the repository at this point in the history
updated law-widgets to bring in new term functionality
  • Loading branch information
longhotsummer authored Jul 2, 2024
2 parents 75e81c9 + 3f14c17 commit 7ef4973
Show file tree
Hide file tree
Showing 8 changed files with 3,473 additions and 36,166 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Compile updated translations and commit changes
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand All @@ -32,7 +32,7 @@ jobs:
run: python manage.py compilemessages

- name: Push
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
add: '*/locale/*/LC_MESSAGES/*.mo'
message: 'Update compiled translations'
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
runs-on: ubuntu-latest
name: Compile javascript and commit changes
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# use a token that has admin perms to bypass direct commits to master
token: ${{ secrets.LA_ACTIONS_TOKEN }}

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'

- name: Install dependencies
run: npm ci --no-audit --prefer-offline --ignore-scripts
Expand All @@ -30,7 +30,7 @@ jobs:
run: npx webpack --mode production

- name: Push
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
add: 'peachjam/static/js/*app-prod.js peachjam/static/js/pdf.worker-prod.js --force'
message: 'Update compiled javascript'
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: reviewdog/action-eslint@v1
with:
reporter: github-pr-review # Change reporter.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
--health-retries 3
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python Environment
uses: actions/setup-python@v2
with:
python-version: "3.8"
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'

- name: Install dependencies
run: |
Expand Down
Loading

0 comments on commit 7ef4973

Please sign in to comment.