We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80bdbe commit f8f751fCopy full SHA for f8f751f
.github/workflows/ci.yml
@@ -20,6 +20,9 @@ jobs:
20
CI: true
21
eslint:
22
runs-on: ubuntu-latest
23
+ permissions:
24
+ contents: read
25
+ pull-requests: write
26
steps:
27
- uses: actions/checkout@v3
28
- name: Setup Node
package.json
@@ -53,7 +53,7 @@
53
"@types/jest": "29.2.5",
54
"@typescript-eslint/eslint-plugin": "5.46.1",
55
"@typescript-eslint/parser": "5.46.1",
56
- "eslint": "8.31.0",
+ "eslint": "7.32.0",
57
"jest": "29.3.1",
58
"myzod": "1.8.8",
59
"npm-run-all": "4.1.5",
0 commit comments