From 50f5f66c625da12f33c7b6dba31c8497edb5312d Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Mon, 24 Apr 2023 09:34:49 +0200 Subject: [PATCH] add node 20 to CI, remove node 14 --- .github/workflows/deploy.yml | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: