Skip to content

Commit

Permalink
Update workflow file versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower authored Feb 18, 2024
1 parent d89c650 commit cc85ab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4.7.0
with:
python-version: "3.10.x"
python-version: "3.11.x"
- name: Setup Node
uses: actions/setup-node@v3.8.1
with:
node-version: 18.x
node-version: 20.x
- name: Install Python requirements
run: python3 -m pip install -r requirements.txt
- name: Install Node requirements
Expand All @@ -31,4 +31,4 @@ jobs:
env:
EVIDENCE_DATABASE: 'duckdb'
EVIDENCE_DUCKDB_FILENAME: 'octocatalog.db'
run: npm run build --prefix ./reports
run: npm run sources && npm run build --prefix ./reports

0 comments on commit cc85ab2

Please sign in to comment.