Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 18, 2022
1 parent 4bf2601 commit a3878e8
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 82 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-master.yml
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v3.3.0
with:
node-version: 14
- name: Install dependencies with yarn
run: yarn install --frozen-lockfile
- name: Run build command
run: yarn build
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.0
8 changes: 4 additions & 4 deletions .github/workflows/build-pr.yml
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v3.3.0
with:
node-version: 14
- name: Install dependencies with yarn
Expand All @@ -29,9 +29,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v3.3.0
with:
node-version: 14
- name: Install dependencies with yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try-action.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use this GitHub Action
uses: ./
env:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14
16
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -70,12 +70,12 @@
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"husky": "^7.0.4",
"eslint-plugin-jest": "^26.0.0",
"husky": "^8.0.0",
"jest": "^27.4.4",
"lint-staged": "^12.1.2",
"lint-staged": "^13.0.0",
"npm-run-all": "^4.1.5",
"pinst": "^2.1.6",
"pinst": "^3.0.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"standard-version": "^9.3.2",
Expand Down

0 comments on commit a3878e8

Please sign in to comment.