From 0545dd7a38afaea805eea59c25a04b0c8ab1c55b Mon Sep 17 00:00:00 2001 From: Zakrok09 Date: Mon, 22 Apr 2024 18:55:20 +0200 Subject: [PATCH] ci: fix publisher --- .github/workflows/npm-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ce969b0..6145303 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 + registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm test