Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Nov 22, 2024
1 parent 37e36f2 commit 3060e2c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,25 @@ jobs:
- '--release 2.7.3'
- '--release 2.8.2'
- '--release 2.9.0'
# Left empty to use latest version
-
- '--release 2.10.0'
- '--release 2.11.0'
- '--release 2.12'
- '--release 2.13.2'
- '--release 2.14'
- '--release 2.15'
- '--release 2.16'
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '22.x'

- name: Install Dependencies
run: |
curl https://install.meteor.com | /bin/sh
curl https://install.meteor.com/\?release\=${{ matrix.meteorRelease }} | /bin/sh
npm i -g @zodern/mtest
- name: Run Tests
Expand Down

0 comments on commit 3060e2c

Please sign in to comment.