From 8ceee3e908ad74e1f28c3f11e7021f1e4a714bde Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 28 Mar 2024 07:01:25 +0200 Subject: [PATCH] chore(workflows): bump publish.yml node 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 c67c5fb..89cf661 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-node@v4.0.2 with: always-auth: true - node-version: 18 + node-version: 20 registry-url: 'https://registry.npmjs.org' scope: '@ivuorinen'