From 00e8af420129c9aacb0000098f4ea5a253ff0caa Mon Sep 17 00:00:00 2001 From: Shaquu Date: Mon, 1 Jul 2024 23:29:43 +0200 Subject: [PATCH] Fixed gh action --- .github/workflows/publish.yml | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f9c6084..ede2360 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Publish run: | npm ci - npm publish + npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NODE_TKN}} - name: Update Node-Red flow-library diff --git a/package-lock.json b/package-lock.json index 5df70ab..591dff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "tuyapi": "~7.5.2" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/@types/retry": {