Skip to content

Commit

Permalink
Updating supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amb26 committed Oct 18, 2022
1 parent 8af8b76 commit 8ee4e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [16.x]

steps:
- name: Prepare git
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "fluid-project eslint configuration",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
"node": ">=14.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8ee4e39

Please sign in to comment.