We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccf966 commit a7a2da4Copy full SHA for a7a2da4
.github/workflows/main.yml
@@ -64,6 +64,9 @@ jobs:
64
- uses: actions/checkout@v2
65
with:
66
submodules: "recursive"
67
+ - uses: actions/setup-node@v3
68
+ with:
69
+ node-version: 16
70
- run: pip install bikeshed && bikeshed update
71
- run: pip install six
72
- run: sudo apt-get update -y && sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
0 commit comments