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