Skip to content

Commit

Permalink
Remove node 12 & 14, add node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Jun 16, 2023
1 parent f182a1b commit f18b00e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:

strategy:
matrix:
node: [12, 14, 16]
node:
- 16
- 20

steps:
- name: Checkout Repo
Expand Down

0 comments on commit f18b00e

Please sign in to comment.