Skip to content

Commit

Permalink
Merge pull request #34 from openreview/fix/update-puppeteer
Browse files Browse the repository at this point in the history
Fix/Update puppeteer and add a abstract extraction rule
  • Loading branch information
carlosmondra authored Feb 22, 2024
2 parents 9ae20e3 + c6dfa0c commit a5acaea
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 130 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Start MongoDB
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
run: |
cd openreview-api
mkdir -p logs files/attachments files/pdfs files/temp
export PUPPETEER_SKIP_DOWNLOAD='true'
npm ci
- name: Run openreview-api
run: |
Expand Down
Loading

0 comments on commit a5acaea

Please sign in to comment.