Skip to content

Commit

Permalink
Fix PDF build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Jan 9, 2024
1 parent 8ff8400 commit dc1773a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docs-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
- name: Install foreman
run: gem install foreman
- name: Ruby gem cache
uses: actions/cache@v3
with:
Expand All @@ -41,7 +43,7 @@ jobs:
# Configure Node to build assets
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
- name: Cache node modules
uses: actions/cache@v3
env:
Expand Down

0 comments on commit dc1773a

Please sign in to comment.