From a7a2da4ab88558a21c6e4e7d9f0168788a8b7260 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 21 Feb 2023 02:53:49 -0800 Subject: [PATCH] [ci] Pin nodejs version to avoid fetching failures (#1603) The issues appears to be related to https://github.com/actions/runner-images/issues/7002. Co-authored-by: Ms2ger --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ff1bd5f..b64d31bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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