Skip to content

Commit

Permalink
chore: Remove node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Aug 19, 2023
1 parent b1f5b95 commit 8a1ca36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["14.16.1", "16.13.0", "17.0.1", "18.2.0", "20.5.1"]
node: ["16.13.0", "18.2.0", "20.5.1"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
node: ["14.16.1", "16.13.0", "17.0.1", "18.2.0", "20.5.1"]
node: ["16.13.0", "18.2.0", "20.5.1"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"src/**/*.js": "eslint"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
}
}

0 comments on commit 8a1ca36

Please sign in to comment.