We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269d500 commit 10434abCopy full SHA for 10434ab
.github/workflows/lint-test-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
meteorRelease:
39
- - '3.0-rc.2'
+ - '3.0.2'
40
# Latest version
41
steps:
42
- name: Checkout code
@@ -60,4 +60,4 @@ jobs:
60
restore-keys: |
61
${{ runner.os }}-node-20-
62
63
- - run: cd tests && npm ci && npm run setup && npm run test
+ - run: cd tests && npm ci && npm run setup && npm run test
0 commit comments