Skip to content

Commit

Permalink
Merge pull request #86 from innovativeinnovation/cho-drop-node-14
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle authored Oct 24, 2023
2 parents c7d3f51 + ff3db67 commit d7c6265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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: [ '14', '16', '17', '18', '19', '20' ]
node: [ '16', '17', '18', '19', '20' ]

steps:
- name: Clone repository
Expand Down
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-people-api",
"engines": {
"node": ">=14"
"node": ">=16"
},
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit d7c6265

Please sign in to comment.