Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 4bf2601 commit c2897da
Show file tree
Hide file tree
Showing 6 changed files with 557 additions and 281 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@v4
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v4.0.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.4
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@v4
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v4.0.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@v4
- name: Use Node 14
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v4.0.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@v4
- name: Use this GitHub Action
uses: ./
env:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14
20
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0"
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
Expand All @@ -63,23 +63,23 @@
"@jdp-dev/tsconfig": "^1.1.0",
"@octokit/types": "^6.34.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"husky": "^7.0.4",
"eslint-plugin-jest": "^27.0.0",
"husky": "^8.0.0",
"jest": "^27.4.4",
"lint-staged": "^12.1.2",
"lint-staged": "^15.0.0",
"npm-run-all": "^4.1.5",
"pinst": "^2.1.6",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"pinst": "^3.0.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"standard-version": "^9.3.2",
"ts-jest": "^27.1.1",
"typescript": "^4.5.3"
"typescript": "^5.0.0"
}
}

0 comments on commit c2897da

Please sign in to comment.