From 60c27f56b2e2e67efc75efeab854be6fe9e2460a Mon Sep 17 00:00:00 2001 From: Srdjan S Date: Mon, 20 Jan 2025 15:27:27 +0100 Subject: [PATCH] Use same node version as in ci.yml --- .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 3292f97..64a8327 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: 20 registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm publish --provenance --access public