Skip to content

Commit

Permalink
Merge pull request #79 from innovativeinnovation/cho-drop-node-12
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Dec 8, 2022
2 parents 4ba01aa + f88aeeb commit ac68727
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
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '12', '14', '16', '17', '18', '19' ]
node: [ '14', '16', '17', '18', '19' ]

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"repository": "innovativeinnovation/epfl-people-api",
"engines": {
"node": ">=12"
"node": ">=14"
},
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit ac68727

Please sign in to comment.