From 005fb737128646f8d224ec550d015420a8a152dd Mon Sep 17 00:00:00 2001 From: Nikos Kostoulas Date: Tue, 3 Oct 2023 15:34:00 +0300 Subject: [PATCH] Bump github action node, mongo, rabbit and redis versions --- .github/workflows/npm-beta-publish.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- .github/workflows/test.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/npm-beta-publish.yml b/.github/workflows/npm-beta-publish.yml index f3c97005..acca2616 100644 --- a/.github/workflows/npm-beta-publish.yml +++ b/.github/workflows/npm-beta-publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6e8be5e6..59c57c65 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f6aacd0..aebf28bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,10 +21,10 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] - mongodb-version: [4.0, 5.0] - rabbit-version: [3.8.4] - redis-version: [6.0] + node-version: [18.x, 20.x] + mongodb-version: [5.0, 6.0] + rabbit-version: [3.12.5] + redis-version: [7.0] # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it