Skip to content

Commit

Permalink
test: drop Node 14 as test target, add 20 and 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeanjones committed May 17, 2024
1 parent 36246d0 commit 0e48b0f
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 @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ 'master', 'v*' ]
branches: [ 'master', 'develop', 'v*', '*.x' ]
pull_request:
workflow_call:
workflow_dispatch:
Expand All @@ -14,7 +14,7 @@ jobs:

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

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

0 comments on commit 0e48b0f

Please sign in to comment.