Skip to content

Commit

Permalink
Downgrade ava and test Node.js 14.14.0 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 23, 2023
1 parent 25d6025 commit 993b291
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18, 20]
node: ["14.14.0", 16, 18, 20]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
Loading

0 comments on commit 993b291

Please sign in to comment.