From f8ba1b28a112e240da6d23371e78eee9a31ffcbe Mon Sep 17 00:00:00 2001 From: yanzexuan Date: Tue, 25 Jul 2023 08:43:31 +0800 Subject: [PATCH] Bump node version to 18 to make pdfjs-dist happy --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ced0da..fab41c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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