From a89580031153821b87b146db1a644a7e7cf3217b Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 28 Nov 2021 06:24:46 +0530 Subject: [PATCH 1/2] ci: use node `v16` --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6baaa97036..bf0f6bc12ff 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 @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '16.x' - name: Install Packages run: npm install - name: Test From 1cbbd72fd52f7652a9e2c203c652378574af0a4d Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 29 Nov 2021 06:15:31 +0530 Subject: [PATCH 2/2] 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 bf0f6bc12ff..1087ab4e4de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16.x' + node-version: '12' - name: Install Packages run: npm install - name: Test