Skip to content

Commit

Permalink
Update compatible Meteor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Aug 19, 2024
1 parent 341db20 commit 623804e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- '--release 1.12.1'
- '--release 2.3'
- '--release 2.8.1'
- '--release 2.13.3'
- '--release 2.16'
# Latest version
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
});

Package.onUse(function (api) {
api.versionsFrom(["1.12", "2.3", '3.0-beta.7']);
api.versionsFrom(["1.12", "2.3"]);

api.use([
'check',
Expand Down
1 change: 1 addition & 0 deletions tests/client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Meteor } from 'meteor/meteor';
import { Tracker } from 'meteor/tracker';
import { HTTP } from 'meteor/http';
import { _ } from 'meteor/underscore';

Tinytest.add("timesync - tick check - normal tick", function (test) {
const lastTime = 5000;
Expand Down

0 comments on commit 623804e

Please sign in to comment.