-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update dependency @dword-design/base to v8 (#44)
BREAKING CHANGE: require Node.js >= 12 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Sebastian Landwehr <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
- Loading branch information
1 parent
522981e
commit cd266b7
Showing
3 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ jobs: | |
steps: | ||
- env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
uses: rokroskar/[email protected].2 | ||
uses: rokroskar/[email protected].3 | ||
release: | ||
needs: test | ||
runs-on: ubuntu-latest | ||
|
@@ -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 "[email protected]" | ||
- run: git config --global user.name "GitHub Actions" | ||
- run: yarn --frozen-lockfile | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters