diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d8514fe..9350236 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18] + node-version: [16, 18, 20] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1fe9fe6..00e4cb6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v3.0.0-alpha.8-for-vscode hooks: - id: prettier additional_dependencies: @@ -16,7 +16,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.19.2 + rev: 0.22.0 hooks: - id: check-github-workflows ci: