Skip to content

Commit

Permalink
Run node.js checks only for our current version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Sep 6, 2023
1 parent a74b59a commit 4065ff2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12, 14, 15]

steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 15
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
node-version: 15
- run: npm ci
- run: npm run build --if-present
- run: npm run lint
Expand Down

0 comments on commit 4065ff2

Please sign in to comment.