Update .github/workflows/main.yml
This commit is contained in:
parent
80550c0605
commit
b88ac5953a
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install nodejs
|
||||
run: apt-get update && apt-get upgrade -y && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
|
||||
run: apt-get update && apt-get upgrade -y && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
|
||||
- name: Get PDFs
|
||||
uses: https://gitea.com/actions/download-artifact@v3
|
||||
- name: Run VeraPDF
|
||||
|
Loading…
Reference in New Issue
Block a user