We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb79c6 commit 76c34f5Copy full SHA for 76c34f5
.github/workflows/lint.yaml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
python-version: ["3.14"]
14
- node-version: ["24.x"]
+ node-version: ["25.x"]
15
16
steps:
17
- uses: actions/checkout@v5
@@ -22,7 +22,7 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
24
- name: Set up Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
26
with:
27
node-version: ${{ matrix.node-version }}
28
.github/workflows/server.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Start MongoDB
- uses: supercharge/mongodb-github-action@1.12.0
+ uses: supercharge/mongodb-github-action@1.12.1
mongodb-version: "8.0"
0 commit comments