From d2d46c96f93ff828968582a7ccc35393e9d6970a Mon Sep 17 00:00:00 2001 From: Erel Segal-Halevi Date: Mon, 19 Jun 2023 20:42:56 +0300 Subject: [PATCH] fix: node version to 20.x --- .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 54fa519..191102d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: 'node' + node-version: '20.x' - run: | npm ci - name: Semantic Release