Skip to content

Commit

Permalink
ci: remove Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 24, 2023
1 parent cdb3c48 commit 7c13231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14, 16, 18, 20]
node: [16, 18, 20]

steps:
- name: Set up Node
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [14, 16, 18, 20]
node: [16, 18, 20]

steps:
- name: Set up Node
Expand Down

0 comments on commit 7c13231

Please sign in to comment.