Skip to content

Commit

Permalink
drop node v14 (reached EOL April 2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMaz committed Oct 19, 2023
1 parent dce45ad commit ab930a2
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
@@ -1,6 +1,6 @@
name: ci

on:
on:
push:
branches:
- master
Expand All @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ab930a2

Please sign in to comment.