From a4e96d25a8185cc6a50fc73cc35503a8196b3e6b Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 8 Sep 2021 23:28:28 -0400 Subject: [PATCH] Pin Node to 16.8 as a workaround to https://github.com/nodejs/node/issues/40030 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 49ac30808..241197215 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 16.8 # TODO: Make it 16 after this is fixed: https://github.com/nodejs/node/issues/40030 - uses: actions/cache@v2 id: cache-npm