Skip to content

Commit

Permalink
fix: add Node.js setup step in PDF upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lonewanderer27 committed Jan 12, 2025
1 parent 79df18e commit ed9bff8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upload-pdf-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
runs-on: ubuntu-latest

steps:
# Setup NodeJS
- name: Setup Node v15.x
uses: actions/setup-node@v2
with:
node-version: 15.x

# Clone our repo
- name: Clone our repo
uses: actions/checkout@v4
Expand Down

0 comments on commit ed9bff8

Please sign in to comment.