2 Commits

Author SHA1 Message Date
5ddd93afcc fix(publish-npm): set registry url 2025-01-04 08:07:10 +03:30
abe20e7d8c fix: correct set node version 2025-01-02 13:57:47 +03:30

View File

@@ -15,9 +15,6 @@ on:
required: true
description: 'NPM token'
env:
NODE_VERSION: lts/*
permissions:
contents: read
id-token: write
@@ -36,7 +33,8 @@ jobs:
- name: 🔧 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.NODE_VERSION }}
node-version: ${{ inputs.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: 🛠️ Setup Node.js Corepack
run: corepack enable