File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 44 push :
55jobs :
66 test :
7- runs-on : ubuntu-20 .04
7+ runs-on : ubuntu-22 .04
88 strategy :
99 fail-fast : false
1010 matrix :
11- node : [16, 18, 20 ]
11+ node : [22, 24 ]
1212 name : Node ${{ matrix.node }}
1313 steps :
1414 - uses : actions/checkout@v2
@@ -22,14 +22,13 @@ jobs:
2222
2323 - name : Setup
2424 run : |
25- wget -q http://downloads.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-5 .0.8 .tgz
26- tar xf mongodb-linux-x86_64-ubuntu2004-5 .0.8 .tgz
25+ wget -q http://downloads.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-8 .0.7 .tgz
26+ tar xf mongodb-linux-x86_64-ubuntu2204-8 .0.7 .tgz
2727 mkdir -p ./data/db/27017 ./data/db/27000
2828 printf "\n--timeout 8000" >> ./test/mocha.opts
29- ./mongodb-linux-x86_64-ubuntu2004-5 .0.8 /bin/mongod --fork --dbpath ./data/db/27017 --syslog --port 27017
29+ ./mongodb-linux-x86_64-ubuntu2204-8 .0.7 /bin/mongod --fork --dbpath ./data/db/27017 --syslog --port 27017
3030 sleep 2
31- mongod --version
32- echo `pwd`/mongodb-linux-x86_64-ubuntu2004-5.0.8/bin >> $GITHUB_PATH
31+ echo `pwd`/mongodb-linux-x86_64-ubuntu2204-8.0.7/bin >> $GITHUB_PATH
3332
3433 - run : npm test
3534
4241 - name : Setup node
4342 uses : actions/setup-node@v1
4443 with :
45- node-version : 14
44+ node-version : 22
4645
4746 - run : npm install
4847
You can’t perform that action at this time.
0 commit comments