From 5e173dfe6ece3a8c11a2190c19b8461eb74a996a Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Sat, 9 Dec 2023 12:25:05 -0500 Subject: [PATCH] ci: upgrade node version --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy_website.yml | 2 +- .github/workflows/release_helper.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 793c1a4..86a27a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm i -g yarn - run: yarn config set checksumBehavior ignore - name: Cache Node.js modules diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index f994a45..75a47e7 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: npm - run: npm i -g yarn - run: yarn config set checksumBehavior ignore diff --git a/.github/workflows/release_helper.yml b/.github/workflows/release_helper.yml index 7fa0b9c..fe9b0da 100644 --- a/.github/workflows/release_helper.yml +++ b/.github/workflows/release_helper.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Extract version id: extract_version run: | @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm i -g yarn - run: yarn config set checksumBehavior ignore - name: Cache Node.js modules