Skip to content

Commit

Permalink
chore(ci): remove node 8.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbluhm committed Nov 23, 2024
1 parent d91335a commit 77f6ee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]

steps:
- name: Checkout project
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Lint Files
run: npm run lint

- name: Run Tests and Converage
- name: Run Tests and Coverage
env:
CI: true
run: npm run test-cover
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]

steps:
- name: Checkout project
Expand Down

0 comments on commit 77f6ee0

Please sign in to comment.