diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b60b20d..0e83754 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,5 @@ name: Build on: [push, pull_request] -inputs: - node-version: - description: 'Node version to use' - required: true - default: 'lts/*' jobs: build: runs-on: ubuntu-latest @@ -14,7 +9,7 @@ jobs: - name: 'Setup: Node.js' uses: actions/setup-node@v4 with: - node-version: '${{ inputs.node-version }}' + node-version: 'lts/*' check-latest: true - name: 'Setup: update NPM' shell: bash