Skip to content

Commit

Permalink
chore(ci)!: drop support for Node.js v10
Browse files Browse the repository at this point in the history
Mostly because mock-fs v5 no longer supports it.
  • Loading branch information
joelmukuthu committed Sep 15, 2023
1 parent 8e0e938 commit 4ca0618
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 @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [12.x, 14.x, 16.x, 18.x]

services:
postgres9:
Expand Down

0 comments on commit 4ca0618

Please sign in to comment.