Skip to content

Commit

Permalink
Bump github action node, mongo, rabbit and redis versions (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikostoulas authored Oct 3, 2023
1 parent 8783e4d commit e83e980
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-beta-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e83e980

Please sign in to comment.