Skip to content

Commit

Permalink
[ci] Pin nodejs version to avoid fetching failures (WebAssembly#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 <Ms2ger@igalia.com>
  • Loading branch information
2 people authored and rossberg committed Mar 1, 2023
1 parent eccf966 commit a7a2da4
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 a7a2da4

Please sign in to comment.