Skip to content

Commit 0a1376e

Browse files
Update CI.yml
1 parent 3f14ac8 commit 0a1376e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,20 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest
12+
1213
strategy:
1314
matrix:
1415
node-version: [16.x, 18.x]
1516

1617
steps:
17-
- name: Git checkout
18-
uses: actions/checkout@v3
19-
20-
- name: Set Node ${{ matrix.node-version }}
18+
- uses: actions/checkout@v3
19+
- name: Use Node.js ${{ matrix.node-version }}
2120
uses: actions/setup-node@v3
2221
with:
23-
node-version: ${{ matrix.node-version }}`
24-
25-
- name: Start Mongo
22+
node-version: ${{ matrix.node-version }}
23+
- name: Start Mongo
2624
uses: supercharge/[email protected]
27-
2825
- name: Run tests
2926
run: |
3027
npm i

0 commit comments

Comments
 (0)