Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-greene committed Dec 27, 2023
1 parent 2838ca9 commit 459e779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
# See supported Node.js release schedule at:
# https://nodejs.org/en/about/previous-releases
node-version: [18, 20, 22]
node-version: [18, 20]

services:
rabbitmq:
Expand All @@ -29,9 +29,9 @@ jobs:
- 5672:5672

steps:
- uses: actions/checkout@v4.1
- uses: actions/checkout@v4
- name: Use Node.js ${{matrix.node-version}}
uses: actions/setup-node@v4.0
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version}}
cache: 'npm'
Expand Down

0 comments on commit 459e779

Please sign in to comment.