File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
20
20
jobs :
21
21
typescript :
22
- runs-on : ubuntu-20 .04
22
+ runs-on : ubuntu-22 .04
23
23
name : Benchmark TypeScript Types
24
24
steps :
25
25
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ permissions:
25
25
26
26
jobs :
27
27
test-documentation :
28
- runs-on : ubuntu-20 .04
28
+ runs-on : ubuntu-22 .04
29
29
name : Test Generating Docs
30
30
steps :
31
31
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Original file line number Diff line number Diff line change 40
40
fail-fast : false
41
41
matrix :
42
42
node : [12, 14, 16, 18]
43
- os : [ubuntu-20 .04]
43
+ os : [ubuntu-22 .04]
44
44
mongodb : [4.0.28, 5.0.8, 6.0.0]
45
45
name : Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb }} OS ${{ matrix.os }}
46
46
env :
76
76
path : coverage
77
77
78
78
test-deno :
79
- runs-on : ubuntu-20 .04
79
+ runs-on : ubuntu-22 .04
80
80
name : Deno tests
81
81
env :
82
82
MONGOMS_VERSION : 6.0.0
@@ -105,7 +105,7 @@ jobs:
105
105
test-replica-sets :
106
106
needs :
107
107
- test
108
- runs-on : ubuntu-20 .04
108
+ runs-on : ubuntu-22 .04
109
109
name : Replica Set tests
110
110
steps :
111
111
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
You can’t perform that action at this time.
0 commit comments