Skip to content

Commit

Permalink
Update Node matrix to current release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezatecky committed Feb 17, 2024
1 parent 68c5629 commit 60e5bf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
node: ['18', '20']
steps:
-
uses: actions/checkout@v3
Expand Down

0 comments on commit 60e5bf3

Please sign in to comment.