From 754aa5943850808582f23df442c33c972c9d9e53 Mon Sep 17 00:00:00 2001 From: Ned Schwartz Date: Mon, 16 May 2022 19:28:36 +0000 Subject: [PATCH 1/2] downgrade node version --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0b1aea0..e8d9d05 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 16.x + - name: Use Node.js 14.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 14.x - name: npm install, build, and test run: | npm install From 98b3952ceee87e5a59b2963db99d2ee4a125e3a2 Mon Sep 17 00:00:00 2001 From: Ned Schwartz Date: Mon, 16 May 2022 19:45:23 +0000 Subject: [PATCH 2/2] experiment set node version back to 16 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e8d9d05..0b1aea0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 14.x + - name: Use Node.js 16.x uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x - name: npm install, build, and test run: | npm install