From ba58d94cb51d4d2644c024446d5750eaf4853129 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 29 Nov 2021 19:16:19 +0530 Subject: [PATCH] ci: use node `v16` for Verify Files (#15364) * ci: use node `v16` * ci: keep using node v12 for browser test We're still using Node 12 to build the site (including demo) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6baaa97036..1087ab4e4de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '16.x' - name: Install Packages run: npm install - name: Lint Files