From 5ea2df6dbaeb36cb1cb6f1a03d55ea072338b59d Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Fri, 2 Feb 2024 10:56:59 -0500 Subject: [PATCH] chore(ci): update ci to use node 16 --- .github/workflows/build-lint-test.yml | 8 ++++---- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 891a0b50..843ceeb4 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -16,7 +16,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '14' + node-version: '16' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -62,7 +62,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '14' + node-version: '16' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -99,7 +99,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '14' + node-version: '16' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps @@ -149,7 +149,7 @@ jobs: fi - uses: actions/setup-node@v1 with: - node-version: '14' + node-version: '16' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eee7418..aa08cfb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: if: steps.setup-cache.outputs.cache-hit != 'true' - uses: actions/setup-node@v1 with: - node-version: '14' + node-version: '16' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be3a9bcd..28023ea0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '14' + node-version: '16' - uses: actions/cache@v2 id: yarn-cache name: Cache npm deps