From c37a336b1ac0219df1cdb321da321e72b0335bee Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sat, 10 Sep 2022 18:41:46 -0500 Subject: [PATCH] chore: [#5] use node-version 16 for ci and deploy workflows --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b2ece..9d78b76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2.3.1 - uses: actions/setup-node@v1 with: - node-version: 18 + node-version: 16 - run: npm ci --no-optional - run: npm test diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e675059..f0506ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 cache: 'npm' - name: Build