Skip to content

Commit

Permalink
drop support for Node < 16
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Nov 7, 2023
1 parent b2717e8 commit d4f2281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '12', '14', '16', '17', '18', '19', '20' ]
node: [ '16', '17', '18', '19', '20' ]

steps:
- name: Clone repository
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "node-12,node-14,node-16,node-17,node-18,node-19,node-20"
carryforward: "node-16,node-17,node-18,node-19,node-20"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"repository": "innovativeinnovation/epfl-unit-api",
"engines": {
"node": ">=12"
"node": ">=16"
},
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit d4f2281

Please sign in to comment.