Skip to content

Commit

Permalink
chore(deps-dev): bumping out of date deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 1, 2023
1 parent 48c2f82 commit 154e8d4
Show file tree
Hide file tree
Showing 5 changed files with 2,029 additions and 1,092 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
node-version:
- 16
- 18
- 19
- 20

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion __tests__/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@readme/eslint-config/testing"
"extends": "@readme/eslint-config/testing/jest"
}
Loading

0 comments on commit 154e8d4

Please sign in to comment.