Skip to content

Commit 10434ab

Browse files
committed
ci: update Meteor release
1 parent 269d500 commit 10434ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
meteorRelease:
39-
- '3.0-rc.2'
39+
- '3.0.2'
4040
# Latest version
4141
steps:
4242
- name: Checkout code
@@ -60,4 +60,4 @@ jobs:
6060
restore-keys: |
6161
${{ runner.os }}-node-20-
6262
63-
- run: cd tests && npm ci && npm run setup && npm run test
63+
- run: cd tests && npm ci && npm run setup && npm run test

0 commit comments

Comments
 (0)