Skip to content

Commit a7a2da4

Browse files
aheejinMs2ger
authored andcommitted
[ci] Pin nodejs version to avoid fetching failures (WebAssembly#1603)
The issues appears to be related to actions/runner-images#7002. Co-authored-by: Ms2ger <Ms2ger@igalia.com>
1 parent eccf966 commit a7a2da4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
- uses: actions/checkout@v2
6565
with:
6666
submodules: "recursive"
67+
- uses: actions/setup-node@v3
68+
with:
69+
node-version: 16
6770
- run: pip install bikeshed && bikeshed update
6871
- run: pip install six
6972
- run: sudo apt-get update -y && sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended

0 commit comments

Comments
 (0)