Skip to content

Commit a141d48

Browse files
authored
Merge pull request #110 from pattern-x/feature/bump-node
Bump node version to 18 to make pdfjs-dist happy
2 parents cec0a5c + f8ba1b2 commit a141d48

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)