Skip to content

Commit 76c34f5

Browse files
committed
chore(ci): bump packages
1 parent 8bb79c6 commit 76c34f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ["3.14"]
14-
node-version: ["24.x"]
14+
node-version: ["25.x"]
1515

1616
steps:
1717
- uses: actions/checkout@v5
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- name: Set up Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828

.github/workflows/server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020

2121
- name: Start MongoDB
22-
uses: supercharge/mongodb-github-action@1.12.0
22+
uses: supercharge/mongodb-github-action@1.12.1
2323
with:
2424
mongodb-version: "8.0"
2525

0 commit comments

Comments
 (0)