From e63804fbddb70a89b3b2ab11a2341b456cc0bdf7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 18 Sep 2021 22:09:16 -0400 Subject: [PATCH] Use newer versions of node in the pipeline --- .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 de393ae1e..fa1cd0850 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.8 # TODO: Make it 16 after this is fixed: https://github.com/nodejs/node/issues/40030 + node-version: 16 cache: 'npm' cache-dependency-path: '**/package-lock.json'