Skip to content

Commit

Permalink
chore: remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Jul 30, 2024
1 parent 9ffdf39 commit bcf916f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@ on:

jobs:
build:

runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 20.x
cache: 'npm'
- run: npm ci
- run: npm run lint --if-present
Expand Down

0 comments on commit bcf916f

Please sign in to comment.