Skip to content

Commit f743b0e

Browse files
committed
bumped Node 12 test to 12.20.1 (version currently recommended by AWS Elastic Beanstalk)
1 parent 8f90104 commit f743b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
MONGODB_TOPOLOGY: standalone
6363
MONGODB_STORAGE_ENGINE: wiredTiger
6464
NODE_VERSION: 10
65-
- name: Node 12.12.0
65+
- name: Node 12.20
6666
MONGODB_VERSION: 4.4.3
6767
MONGODB_TOPOLOGY: standalone
6868
MONGODB_STORAGE_ENGINE: wiredTiger
69-
NODE_VERSION: 12.12.0
69+
NODE_VERSION: 12.20.1
7070
name: ${{ matrix.name }}
7171
timeout-minutes: 30
7272
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)