Skip to content

Commit

Permalink
fix: removed node v12 from the pipe (faker-js#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored and bmenant committed Mar 11, 2022
1 parent 520d598 commit 1d0ca67
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [12, 14, 16, 17]
node_version: [14, 16, 17]
include:
- os: macos-latest
node_version: 16
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
"packageManager": "pnpm@6.26.1",
"engines": {
"node": ">=12.0.0",
"node": ">=14.0.0",
"npm": ">=7.0.0"
}
}

0 comments on commit 1d0ca67

Please sign in to comment.