Skip to content

Commit

Permalink
fix: missing tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 26, 2024
1 parent 4c97df9 commit 104e516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: ./.github/actions/setup-node

- name: Setup PDFium
uses: ./.github/actions/setup-pdfium
with:
Expand All @@ -51,6 +48,9 @@ jobs:
enable_v8: false
debug: false

- name: Setup Node.js
uses: ./.github/actions/setup-node

- name: Build packages
run: |
yarn run test
Expand Down

0 comments on commit 104e516

Please sign in to comment.