We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c33a1 commit 50f5f66Copy full SHA for 50f5f66
.github/workflows/deploy.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node-version: [14, 16, 18]
+ node-version: [16, 18, 20]
12
steps:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/mirrors-prettier
3
- rev: v3.0.0-alpha.4
+ rev: v3.0.0-alpha.8-for-vscode
4
hooks:
5
- id: prettier
6
additional_dependencies:
@@ -16,7 +16,7 @@ repos:
16
- id: mixed-line-ending
17
18
- repo: https://github.com/python-jsonschema/check-jsonschema
19
- rev: 0.19.2
+ rev: 0.22.0
20
21
- id: check-github-workflows
22
ci:
0 commit comments