Skip to content

Commit

Permalink
update testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
copleykj committed Sep 28, 2024
1 parent 5e2d35a commit 7a05dfc
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,7 @@ jobs:
strategy:
matrix:
meteorRelease:
- '--release 1.12.1'
- '--release 2.1.1'
- '--release 2.2.3'
- '--release 2.3.5'
- '--release 2.4'
- '--release 2.5.8'
- '--release 2.6.1'
- '--release 2.7.3'
- '--release 2.8.1'
- '--release 2.9.1'
- '--release 2.10.0'
- '--release 2.11.0'
- '--release 3.0.3'
# Latest version
-
steps:
Expand All @@ -28,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '20.x'

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 7a05dfc

Please sign in to comment.