Skip to content

Commit

Permalink
fix: remove node 12,14 add node 18,20,22
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthedev committed Sep 30, 2024
1 parent f878666 commit 435cb5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
fail-fast: false
matrix:
node:
- 12
- 14
- 16
- 17
- 18
- 20
- 22
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down

0 comments on commit 435cb5e

Please sign in to comment.