Skip to content

Commit

Permalink
Update buildauto.yml
Browse files Browse the repository at this point in the history
Change to only include 16x
  • Loading branch information
shannenHere authored Aug 28, 2024
1 parent df12c3c commit 0a9a4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildauto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]

steps:
- name: Checkout repository
Expand All @@ -30,4 +30,4 @@ jobs:
run: chmod +x ./node_modules/.bin/eslint

- name: Run lint
run: npm run lint
run: npm run lint

0 comments on commit 0a9a4f2

Please sign in to comment.