Skip to content

Commit

Permalink
Merge pull request #110 from pattern-x/feature/bump-node
Browse files Browse the repository at this point in the history
Bump node version to 18 to make pdfjs-dist happy
  • Loading branch information
pattern-x committed Jul 25, 2023
2 parents cec0a5c + f8ba1b2 commit a141d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Build
run: |
npm install yarn -g
Expand Down

0 comments on commit a141d48

Please sign in to comment.