Skip to content

Commit

Permalink
Add dependabot config, update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Feb 28, 2024
1 parent 5ae1a68 commit d55e683
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d55e683

Please sign in to comment.