From dfa343a117b9fbfce24d58533cdee1cc3b9cfeee Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Fri, 2 Feb 2024 10:53:24 -0500 Subject: [PATCH] chore(ci): update node version in ci --- .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 728e743..8e0fa02 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 @@ -52,7 +52,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 @@ -89,7 +89,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 @@ -130,7 +130,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 a0cccfa..eba8019 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 142b211..cdaef50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,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