From 3d30821f82c38097902c0812b0664f91bc42b6c5 Mon Sep 17 00:00:00 2001 From: Nargonath Date: Thu, 26 Oct 2023 15:31:28 +0400 Subject: [PATCH] ci(node): use v18 for release job --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6c0f49..3024bd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: "lts/*" + node-version: "18.x" cache: "npm" - name: Remove husky scripts installation run: npm pkg set scripts.prepareBackup="$(npm pkg get scripts.prepare | tr -d \")" && npm pkg delete scripts.prepare