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 6202d23 commit 74cd2e7Copy full SHA for 74cd2e7
.github/workflows/continuous-integration.yaml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v4
32
- name: Use Node.js ${{ matrix.node-version }}
33
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
34
with:
35
node-version: ${{ matrix.node-version }}
36
- name: Start MongoDB
@@ -72,7 +72,7 @@ jobs:
72
73
74
- name: Use Node.js 16
75
76
77
node-version: 16
78
- name: Bootstrap project
@@ -88,7 +88,7 @@ jobs:
88
89
fetch-depth: 0
90
91
92
93
94
0 commit comments