From d26f14bbb5750c129d2e8b258f30c6686fffd10c Mon Sep 17 00:00:00 2001 From: ducica Date: Tue, 7 Jan 2025 23:02:48 +0100 Subject: [PATCH] fixed node version --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6c06c36..4e6bfce 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -10,7 +10,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "20.x" registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm run build