Skip to content

Commit f8ba1b2

Browse files
committed
Bump node version to 18 to make pdfjs-dist happy
1 parent cec0a5c commit f8ba1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@v1
3939
with:
40-
node-version: 16
40+
node-version: 18
4141
- name: Build
4242
run: |
4343
npm install yarn -g

0 commit comments

Comments
 (0)