From 2efc4be4d04d467fe5d710e003daac98e5f7f83e Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Wed, 7 Feb 2024 11:25:14 +0200 Subject: [PATCH] chore: update actions file for new semantic-release node requirements --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c7b29c..4519938 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '20' - name: install dependencies run: npm ci --ignore-engines --ignore-scripts - name: release