From 29164a625f2a67903a159f1c48090a60116635cf Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 30 Apr 2021 21:35:41 +0200 Subject: [PATCH] devops: use Node.js 12 on Windows bots (#6377) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c4e44f6a9..04a7bd98b3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 10 + node-version: 12 - run: npm ci - run: npm run build - run: node lib/cli/cli install-deps