Skip to content

Commit c0295b1

Browse files
authored
Upgrade CI, package dependencies (#323)
1 parent b1daa70 commit c0295b1

5 files changed

Lines changed: 2126 additions & 2188 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "" # See documentation for possible values
4-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "npm"
4+
directory: "/"
55
schedule:
66
interval: "weekly"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
16-
node-version: ['18', '20', '22']
16+
node-version: ['22', '24', '25']
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)