Skip to content

Commit 179b682

Browse files
committed
chore: bump ubuntu and node versions
1 parent a4f0169 commit 179b682

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
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

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'website.js'
1111
- 'CHANGELOG.md'
1212
push:
13-
branches:
13+
branches:ubuntu
1414
- master
1515
paths:
1616
- '.github/workflows/documentation.yml'
@@ -45,7 +45,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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
@@ -81,7 +81,7 @@ jobs:
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
@@ -92,7 +92,7 @@ jobs:
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

.github/workflows/tsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)