From 6bb6b25cc55402d6f79b3bdbcbcb8c8b300e916d Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:27:33 -0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0da7cb5..39cf166 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,7 @@ jobs: strategy: matrix: node: - - 19 - - 20 + - 18 os: - ubuntu-latest - windows-latest @@ -50,7 +49,7 @@ jobs: - name: setup node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 18 registry-url: https://registry.npmjs.org - name: Install env: