Skip to content

Commit

Permalink
chore!: Upgrade to node 14 as the minimum version (#771)
Browse files Browse the repository at this point in the history
* chore!: Upgrade to node 14 as the minimum version

---------

Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
ddelgrosso1 and sofisl committed Jul 26, 2023
1 parent 760ccc1 commit 6301178
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 3,153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 18]
node: [14, 16, 18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 6301178

Please sign in to comment.