File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 2323 matrix :
2424 node-version : [20, 22, 24]
2525 mongodb-version :
26- - ' 5.0'
27- - ' 6.0'
2826 - ' 7.0'
27+ - ' 8.0'
2928 fail-fast : false
3029 steps :
3130 - uses : actions/checkout@v6
@@ -71,10 +70,10 @@ jobs:
7170 runs-on : ubuntu-latest
7271 steps :
7372 - uses : actions/checkout@v6
74- - name : Use Node.js 16
73+ - name : Use Node.js 22
7574 uses : actions/setup-node@v6
7675 with :
77- node-version : 16
76+ node-version : 22
7877 - name : Bootstrap project
7978 run : npm ci --ignore-scripts
8079 - name : Verify code linting
@@ -87,10 +86,10 @@ jobs:
8786 - uses : actions/checkout@v6
8887 with :
8988 fetch-depth : 0
90- - name : Use Node.js 16
89+ - name : Use Node.js 22
9190 uses : actions/setup-node@v6
9291 with :
93- node-version : 16
92+ node-version : 22
9493 - name : Bootstrap project
9594 run : npm ci --ignore-scripts
9695 - name : Verify commit linting
You can’t perform that action at this time.
0 commit comments