Skip to content

Commit

Permalink
BREAKING CHANGE: drop node@14
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Sep 15, 2023
1 parent 0d46768 commit 5bd358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16, 18]
node: [16, 18, 20]
runs-on: ${{ matrix.os }}
services:
redis:
Expand Down

0 comments on commit 5bd358f

Please sign in to comment.