From ebb2fea6dcbdba39f2c2ac6e02dacf789169ecd1 Mon Sep 17 00:00:00 2001 From: MSDev Date: Mon, 22 Jul 2024 12:07:47 +0200 Subject: [PATCH] never node version for actions --- .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 7a0cc0d..329267e 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: '14.x' + node-version: '18.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 e2dbca5..4f7eda9 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: '14.x' + node-version: '18.x' - name: Setup Go environment uses: actions/setup-go@v2