Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Jun 20, 2024
1 parent 4a5fe82 commit 9e2805b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
strategy:
matrix:
meteorRelease:
- "--release 3.0-rc.4"
- "--release 1.7.0.5"
- "--release 2.7"
- "--release 2.8.1"
- "--release 2.15"
# Latest version
steps:
- name: Checkout code
Expand All @@ -21,7 +24,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "12.x"

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 9e2805b

Please sign in to comment.