File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
2121 typescript :
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-22 .04
2323 name : Benchmark TypeScript Types
2424 steps :
2525 - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
Original file line number Diff line number Diff line change 1010 - ' website.js'
1111 - ' CHANGELOG.md'
1212 push :
13- branches :
13+ branches:ubuntu
1414 - master
1515 paths :
1616 - ' .github/workflows/documentation.yml'
4545 # run: npm run lint-js
4646
4747 test-documentation :
48- runs-on : ubuntu-20 .04
48+ runs-on : ubuntu-22 .04
4949 name : Test Generating Docs
5050 steps :
5151 - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5454 - name : Setup node
5555 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
5656 with :
57- node-version : 16
57+ node-version : 20
5858
5959 - run : npm install
6060 - run : npm run docs:clean
Original file line number Diff line number Diff line change 4040 fail-fast : false
4141 matrix :
4242 node : [14, 16, 18, 20]
43- os : [ubuntu-20.04, ubuntu- 22.04]
43+ os : [ubuntu-22.04]
4444 mongodb : [4.4.28, 5.0.25, 6.0.14, 7.0.7]
4545 include :
4646 - os : ubuntu-20.04 # customize on which matrix the coverage will be collected on
8181 if : matrix.coverage == true
8282
8383 test-deno :
84- runs-on : ubuntu-20 .04
84+ runs-on : ubuntu-22 .04
8585 name : Deno tests
8686 env :
8787 MONGOMS_VERSION : 6.0.14
9292 - name : Setup node
9393 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
9494 with :
95- node-version : 16
95+ node-version : 20
9696 - name : Load MongoDB binary cache
9797 id : cache-mongodb-binaries
9898 uses : actions/cache@v3
@@ -111,7 +111,7 @@ jobs:
111111 test-replica-sets :
112112 needs :
113113 - test
114- runs-on : ubuntu-20 .04
114+ runs-on : ubuntu-22 .04
115115 name : Replica Set tests
116116 env :
117117 FORCE_COLOR : true
@@ -120,7 +120,7 @@ jobs:
120120 - name : Setup node
121121 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
122122 with :
123- node-version : 16
123+ node-version : 20
124124 - run : npm install
125125 - name : Test
126126 run : npm run test-rs
Original file line number Diff line number Diff line change 2727 - name : Setup node
2828 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
2929 with :
30- node-version : 14
30+ node-version : 20
3131
3232 - run : npm install
3333
4545 - name : Setup node
4646 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
4747 with :
48- node-version : 14
48+ node-version : 20
4949
5050 - run : npm install
5151
You can’t perform that action at this time.
0 commit comments