Skip to content

Commit

Permalink
feat: update static_assets_check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed Nov 21, 2024
1 parent f09c8ff commit 87ac31c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/static-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-24.04 ]
python-version:
- '3.11'
node-version: [ 18 ]
Expand Down Expand Up @@ -71,9 +71,7 @@ jobs:
- name: Install Required Python Dependencies
run: |
make base-requirements
- name: Initiate Mongo DB Service
run: sudo systemctl start mongod
pip install xmlsec==1.3.14 lxml[html-clean,html_clean]==5.3.0
- name: Add node_modules bin to $Path
run: echo $GITHUB_WORKSPACE/node_modules/.bin >> $GITHUB_PATH
Expand Down

0 comments on commit 87ac31c

Please sign in to comment.