Skip to content

Commit 650d925

Browse files
chore(deps): update all
1 parent a533eda commit 650d925

File tree

5 files changed

+148
-68
lines changed

5 files changed

+148
-68
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v2.4.0
15+
uses: actions/checkout@v3.0.2
1616
- name: Use Node 14
17-
uses: actions/setup-node@v2.5.1
17+
uses: actions/setup-node@v3.3.0
1818
with:
1919
node-version: 14
2020
- name: Install dependencies with yarn

.github/workflows/test-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2.4.0
16+
uses: actions/checkout@v3.0.2
1717
- name: Use Node 14
18-
uses: actions/setup-node@v2.5.1
18+
uses: actions/setup-node@v3.3.0
1919
with:
2020
node-version: 14
2121
- name: Install dependencies with yarn

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
16

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"devDependencies": {
3333
"@commitlint/cli": "^16.0.2",
3434
"@commitlint/config-conventional": "^16.0.0",
35-
"husky": "^7.0.4",
36-
"lint-staged": "^12.1.7",
37-
"pinst": "^2.1.6",
35+
"husky": "^8.0.0",
36+
"lint-staged": "^13.0.0",
37+
"pinst": "^3.0.0",
3838
"prettier": "^2.5.1",
3939
"standard-version": "^9.3.2",
4040
"tape": "^5.4.0"

0 commit comments

Comments
 (0)