From 8bee5e8dddb7247512656e5cc4f3ad4eee974b61 Mon Sep 17 00:00:00 2001 From: rzvxa Date: Thu, 28 Dec 2023 06:15:56 +0330 Subject: [PATCH] chore: update publish action node env to 20 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6b2b9f1..5c18de0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-node@v3 with: registry-url: 'https://registry.npmjs.org' - node-version: 18 + node-version: 20 cache: "npm" - name: Install dependencies