Skip to content

Commit

Permalink
fix: drop node 14 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node 14 support
  • Loading branch information
renovate[bot] committed May 19, 2023
1 parent 5ff54f4 commit bb2aa0a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .baserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
{ "repository": "nuxt-content-git", "description": "Additional module for @nuxt/content that replaces or adds createdAt and updatedAt dates based on the git history." },
{ "repository": "nuxt-babel-runtime", "description": "Nuxt CLI that supports babel. Inspired by @nuxt/typescript-runtime." }
],
"supportedNodeVersions": [14, 16],
"supportedNodeVersions": [16],
"nodeVersion": 16,
"eslintConfig": {
"extends": "@dword-design/eslint-config",
"rules": {
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:
strategy:
matrix:
include:
- node: 14
os: ubuntu-latest
- node: 16
os: ubuntu-latest
- node: 16
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"parse-packagejson-name": "^1.0.1"
},
"devDependencies": {
"@dword-design/base": "^9.1.9",
"@dword-design/base": "^10.0.0",
"@dword-design/puppeteer": "^5.0.0",
"@nuxtjs/axios": "^5.13.1",
"axios": "^0.27.2",
Expand All @@ -66,7 +66,7 @@
"with-local-tmp-dir": "^5.0.0"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1236,10 +1236,10 @@
fs-extra "^11.0.0"
micromatch "^4.0.2"

"@dword-design/base@^9.1.9":
version "9.6.4"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-9.6.4.tgz#cc7c459889fd7d2760479f756a90dfa00e16ec81"
integrity sha512-zaEwIO1si3wSYIWA55ci1MRu/4svNs4W21MpJp+VNrH/pGUes1ut0/S27CLZ1bKFfWkprhB7Cm1QlWpOPl+Hlg==
"@dword-design/base@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-10.0.0.tgz#e8352bf1660c82616f9553a445d4b71348219ee3"
integrity sha512-DxLFGsBRty7RHN5S8WOV2YHsYgAFDnoz/Bo+doo4shELAPZrWVWgWDuPvfRBPHzeNjcmJF55WxcBrjpV2/NuIQ==
dependencies:
"@commitlint/cli" "^17.4.0"
"@commitlint/config-conventional" "^17.4.0"
Expand Down

0 comments on commit bb2aa0a

Please sign in to comment.