diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index 9a692e1..38a2bc2 100644 --- a/.github/workflows/publish-npm.yaml +++ b/.github/workflows/publish-npm.yaml @@ -15,9 +15,6 @@ on: required: true description: 'NPM token' -env: - NODE_VERSION: lts/* - permissions: contents: read id-token: write @@ -36,7 +33,7 @@ jobs: - name: 🔧 Setup Node.js uses: actions/setup-node@v4 with: - node-version: ${{ inputs.NODE_VERSION }} + node-version: ${{ inputs.node-version }} - name: 🛠️ Setup Node.js Corepack run: corepack enable