Skip to content

Commit

Permalink
Try adding Meteor 3.0-beta.0 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Dec 30, 2023
1 parent 708b711 commit 8dad72a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
meteorRelease:
- '--release 2.3'
- '--release 2.8.1'
- '--release 2.13.3'
- '--release 2.14'
- '--release 3.0-beta.0'
# Latest version
steps:
- name: Checkout code
Expand All @@ -23,7 +24,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 8dad72a

Please sign in to comment.