From c66971c018ffba9a290228baa6fefdfa0519683b Mon Sep 17 00:00:00 2001 From: ohager Date: Fri, 1 Sep 2023 14:34:44 -0300 Subject: [PATCH] ci: up'ed to Node 16 --- .github/workflows/main.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e86a6d0..180fede 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,10 +17,10 @@ jobs: - name: Clone repository uses: actions/checkout@v2 - - name: Use Node 14.x + - name: Use Node 16.x uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '16.x' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 970a8f3..5b9fd09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,10 @@ jobs: - name: Clone repository uses: actions/checkout@v2 - - name: Use Node 14.x + - name: Use Node 16.x uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '16.x' - name: Get yarn cache directory path id: yarn-cache-dir-path