From bf0875bd81b8976ddffec20c63689727a66c934d Mon Sep 17 00:00:00 2001 From: Steph Closson Date: Mon, 7 Oct 2024 15:45:52 -0400 Subject: [PATCH] updated node version for build --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4db6811..ebd357e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.2 with: - node-version: "18.x" + node-version: "20.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 74ef721..f9f373b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.2 with: - node-version: "18.x" + node-version: "20.x" - name: Setup Go environment uses: actions/setup-go@v2