Bump node version to 18 to make pdfjs-dist happy

This commit is contained in:
yanzexuan
2023-07-25 08:43:31 +08:00
parent cec0a5cac5
commit f8ba1b28a1

View File

@ -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