Skip to content

Commit

Permalink
🔧 Fix NPM group naming (#194)
Browse files Browse the repository at this point in the history
* 🔧 Fix NPM group naming

* 👷 Add Node 22 to test matrix
  • Loading branch information
stoe authored Jan 2, 2025
1 parent 8972af3 commit 8c628a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updates:
schedule:
interval: 'monthly'
groups:
actions:
npm:
patterns:
- '*'
commit-message:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 8c628a3

Please sign in to comment.