From d00aa5007010449f87ac01af0142b82f44c0d96a Mon Sep 17 00:00:00 2001 From: loke Date: Sat, 7 Feb 2026 17:12:52 +0000 Subject: [PATCH] Aggiorna .github/workflows/npmpub.yml --- .github/workflows/npmpub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npmpub.yml b/.github/workflows/npmpub.yml index b0e0b07..e591553 100644 --- a/.github/workflows/npmpub.yml +++ b/.github/workflows/npmpub.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '21.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' - run: npm install