Skip to content

Commit

Permalink
Fix github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Jul 13, 2024
1 parent c8a4378 commit e590664
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit e590664

Please sign in to comment.