aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bannert <[email protected]>2022-01-28 11:36:48 +0100
committerGitHub <[email protected]>2022-01-28 11:36:48 +0100
commit537f56e129512b38f62f802a8099dc40f5cfa66f (patch)
treee763311624978dc54daeef8aeaf307369e8c4c28
parent9786fdd4317701a3aef1cd0c9a8cc2c4bf44c58b (diff)
downloadfaker-537f56e129512b38f62f802a8099dc40f5cfa66f.tar.xz
faker-537f56e129512b38f62f802a8099dc40f5cfa66f.zip
fix: removed node v12 from the pipe (#309)
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7d7f7eef..b3728ff6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
diff --git a/package.json b/package.json
index e7bd5870..b6f4f7e9 100644
--- a/package.json
+++ b/package.json
@@ -108,7 +108,7 @@
},
"packageManager": "[email protected]",
"engines": {
- "node": ">=12.0.0",
+ "node": ">=14.0.0",
"npm": ">=7.0.0"
}
}