From d55e683bea7770e05a9b144cd1a99101ca665c12 Mon Sep 17 00:00:00 2001 From: Nick K Date: Wed, 28 Feb 2024 22:49:52 +0300 Subject: [PATCH] Add dependabot config, update ci workflow --- .github/dependabot.yml | 6 ++++++ .github/workflows/ci.yml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c75e875 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e6ca05..99b6356 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [14.x, 16.x, 18.x] + node: [18.x, 20.x, 21.x] steps: - name: Checkout code uses: actions/checkout@v3 @@ -52,7 +52,7 @@ jobs: id: pnpm-install uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory