From 81b440737d629868e9736ba612c36f2a744faf9b Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 12 Aug 2021 17:21:57 +0100 Subject: [PATCH] Tools: Set node version to 16 on CI to fix build (#5296) --- .github/workflows/github-actions-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-main.yml b/.github/workflows/github-actions-main.yml index 14b90de3a..e83afc1c1 100644 --- a/.github/workflows/github-actions-main.yml +++ b/.github/workflows/github-actions-main.yml @@ -39,7 +39,7 @@ jobs: - uses: olegtarasov/get-tag@v2.1 - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '16' # Login to Docker only if we're on a server release tag. If we run this on # a pull request it will fail because the PR doesn't have access to