From 60e5bf3ea0c9720f76371fa0c3fef9c4d8f20307 Mon Sep 17 00:00:00 2001 From: Jake Zatecky Date: Sat, 17 Feb 2024 13:18:25 -0500 Subject: [PATCH] Update Node matrix to current release cycle --- .github/dependabot.yml | 13 +++++++------ .github/workflows/main.yml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0840e3..89432c6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,9 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - versioning-strategy: increase-if-necessary + - + package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + versioning-strategy: increase-if-necessary diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afa6f74..66d2175 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['14', '16', '18'] + node: ['18', '20'] steps: - uses: actions/checkout@v3