Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 16, 2024
1 parent c5d9308 commit 010845d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
meteorRelease:
- "--release 2.7"
- "--release 2.8.1"
- "--release 2.15"
- "--release 3.0"
# Latest version
steps:
- name: Checkout code
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: "20.x"

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 010845d

Please sign in to comment.