diff --git a/.github/workflows/build-lint-test.yaml b/.github/workflows/build-lint-test.yaml index e708d76..aa56fed 100644 --- a/.github/workflows/build-lint-test.yaml +++ b/.github/workflows/build-lint-test.yaml @@ -11,9 +11,6 @@ on: default: 'lts/*' type: string -env: - NODE_VERSION: ${{ inputs.node-version }} - permissions: contents: read @@ -29,7 +26,7 @@ jobs: - name: 🔧 Setup Node.js uses: actions/setup-node@v4 with: - node-version: ${{ env.NODE_VERSION }} + node-version: ${{ inputs.NODE_VERSION }} - name: 🛠️ Setup Node.js Corepack run: corepack enable