Skip to content

Commit

Permalink
Update Meteor releases for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Oct 15, 2024
1 parent fabd836 commit ecaad76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 22
- run: npm install
- run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/test-redis-oplog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
meteorRelease:
- '--release 3.0'
- '--release 3.0.4'
env:
REDIS_OPLOG_SETTINGS: '{"debug":true}'
steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
fail-fast: false
matrix:
meteorRelease:
# Meteor 3 beta
- '--release 3.0'
- '--release 3.0.4'
# latest release
-
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ecaad76

Please sign in to comment.