Skip to content

Commit

Permalink
fix: update dependency @dword-design/base to v8 (#11)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require Node.js >= 12

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Sebastian Landwehr <info@dword-design.de>
Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
4 people committed May 3, 2021
1 parent 3b40497 commit 43fc0d2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
steps:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: rokroskar/workflow-run-cleanup-action@v0.3.2
uses: rokroskar/workflow-run-cleanup-action@v0.3.3
release:
needs: test
runs-on: ubuntu-latest
Expand All @@ -17,7 +17,7 @@ jobs:
github.event.pull_request.head.ref || '' }}
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: git config --global user.email "actions@github.com"
- run: git config --global user.name "GitHub Actions"
- run: yarn --frozen-lockfile
Expand Down Expand Up @@ -52,21 +52,21 @@ jobs:
with:
name: Image Snapshot Diffs
path: "**/__image_snapshots__/__diff_output__"
- if: matrix.os == 'ubuntu-latest' && matrix.node == 12
- if: matrix.os == 'ubuntu-latest' && matrix.node == 14
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
strategy:
matrix:
exclude:
- node: 10
- node: 12
os: macos-latest
- node: 10
- node: 12
os: windows-latest
node:
- 10
- 12
- 14
os:
- macos-latest
- windows-latest
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
"with-local-tmp-dir": "^3.0.0"
},
"devDependencies": {
"@dword-design/base": "^7.12.1",
"@dword-design/base": "^8.0.0",
"@dword-design/functions": "^3.0.0",
"@dword-design/tester": "^1.2.4",
"depcheck-package-name": "^1.0.5",
"execa": "^5.0.0",
"fs-extra": "^9.1.0"
},
"engines": {
"node": ">=12"
},
"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 @@ -1141,10 +1141,10 @@
micromatch "^4.0.2"
std-env "^2.3.0"

"@dword-design/base@^7.12.1":
version "7.14.4"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-7.14.4.tgz#1141b4c4ccca6f53a51e2aea5c12e06e88468bd8"
integrity sha512-GUDCfpYxgXflFo9klVWDDH2GG8/GGZWbWptBwuaaozJNpXckAmLgpS/wJDcYjkaLjPC7m00e3uT7krZPwGEBrA==
"@dword-design/base@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-8.0.0.tgz#77f225ec73e66e09ced980fae143ccbad9949ae3"
integrity sha512-HtkOiT+ec50jNt1GjPg1oqaATC9RU98YfHXRJPAXarUtN7r/VK2abnJZl+rLy+2LjnGDQkkHqwn4+Spt6SQCZg==
dependencies:
"@babel/core" "^7.6.4"
"@babel/register" "^7.6.2"
Expand Down

0 comments on commit 43fc0d2

Please sign in to comment.