Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 6afb46c

Browse files
authored
Merge branch 'master' into breadcrumb_docs
2 parents c1ff13a + 9ce9619 commit 6afb46c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node-version: [12.x, 14.x]
10+
node-version: [14.x]
1111
os: [macOS-latest, windows-latest, ubuntu-latest]
1212
steps:
1313
- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 12
16+
node-version: 14
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Release
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
22-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23-
run: npx semantic-release
22+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
run: npx semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"cz-conventional-changelog": "~3.3.0",
102102
"enzyme": "~3.11.0",
103103
"enzyme-adapter-react-16": "~1.15.2",
104-
"eslint": "~7.12.0",
104+
"eslint": "~7.13.0",
105105
"eslint-config-airbnb": "~18.2.0",
106106
"eslint-config-prettier": "~6.15.0",
107107
"eslint-plugin-import": "~2.22.0",

0 commit comments

Comments
 (0)