Skip to content

Commit

Permalink
Merge pull request #7 from ampretia/mbwhite-patch-1
Browse files Browse the repository at this point in the history
Update build.yaml
  • Loading branch information
mbwhite authored Oct 31, 2023
2 parents 03dec19 + 253456a commit dd40749
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -31,7 +27,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
# - run: npm test
- run: npm test
docker:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit dd40749

Please sign in to comment.