From 7bda9b0629979adfd44614a63c51396c6a0151d0 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 12 Sep 2024 12:53:49 +0200 Subject: [PATCH] updated: node version for deploy action --- .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 393bc4c..c284201 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 'lts' + node-version: latest registry-url: 'https://registry.npmjs.org' - name: Publish package to npmjs.com