From 5893c2baff17a052ae27658cb4c7c8e1e06467ad Mon Sep 17 00:00:00 2001 From: Henry Morgan Date: Mon, 3 Apr 2023 10:37:19 -0400 Subject: [PATCH] downgrade to node 16 for now --- .github/workflows/v3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/v3.yml b/.github/workflows/v3.yml index 22ea1ac255..6cc367040d 100644 --- a/.github/workflows/v3.yml +++ b/.github/workflows/v3.yml @@ -16,7 +16,7 @@ jobs: patterns: v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 - name: Install Dependencies working-directory: v3 run: npm ci @@ -102,7 +102,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 - name: Install Dependencies working-directory: v3 run: npm ci