We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e810da3 + 97355d0 commit 4790049Copy full SHA for 4790049
.github/workflows/test.yml
@@ -14,15 +14,16 @@ jobs:
14
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb-version }}
15
steps:
16
- name: Git checkout
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
18
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v6
21
with:
22
node-version: ${{ matrix.node-version }}
23
+ cache: 'npm'
24
25
- name: Start MongoDB
- uses: supercharge/mongodb-github-action@1.12.0
26
+ uses: supercharge/mongodb-github-action@1.12.1
27
28
mongodb-version: ${{ matrix.mongodb-version }}
29
0 commit comments