From 3e97dbd299b487aec4e092c2d316e654b989f7ab Mon Sep 17 00:00:00 2001 From: Armin Broubakarian Date: Sun, 25 Feb 2024 19:46:23 -0600 Subject: [PATCH] fix: publish GH action workflow - update node version --- .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 6bd4e9e..16e4611 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm ci - run: npx semantic-release env: