Skip to content

Commit

Permalink
[ci] Pin nodejs version to avoid fetching failures (#1603)
Browse files Browse the repository at this point in the history
The issues appears to be related to actions/runner-images#7002.

Co-authored-by: Ms2ger <[email protected]>
  • Loading branch information
aheejin and Ms2ger authored Feb 21, 2023
1 parent 51ff50a commit e8a83b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: "recursive"
- uses: actions/setup-node@v3
with:
node-version: 16
- run: pip install bikeshed && bikeshed update
- run: pip install six
- run: sudo apt-get update -y && sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
Expand Down

0 comments on commit e8a83b2

Please sign in to comment.