Skip to content

Commit

Permalink
fix(ci): use @v2 of setup-meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Sep 3, 2024
1 parent 9ed36a9 commit 4ed0357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
v3-meteor_build_cache-
- name: Setup meteor
uses: meteorengineer/setup-meteor@v1
uses: meteorengineer/setup-meteor@v2
with:
meteor-release: '3.0.2'

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# lea.online App

[![Test suite](https://github.com/leaonline/leaonline-app/actions/workflows/jest_test.yml/badge.svg)](https://github.com/leaonline/leaonline-app/actions/workflows/jest_test.yml)
[![Lint Test](https://github.com/leaonline/leaonline-app/actions/workflows/lint_test.yml/badge.svg)](https://github.com/leaonline/leaonline-app/actions/workflows/lint_test.yml)
[![App](https://github.com/leaonline/leaonline-app/actions/workflows/app.yml/badge.svg)](https://github.com/leaonline/leaonline-app/actions/workflows/app.yml)
[![Backend](https://github.com/leaonline/leaonline-app/actions/workflows/backend.yml/badge.svg)](https://github.com/leaonline/leaonline-app/actions/workflows/backend.yml)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![GitHub](https://img.shields.io/github/license/leaonline/leaonline-app)
[![DOI](https://zenodo.org/badge/308341102.svg)](https://zenodo.org/doi/10.5281/zenodo.10816688)
Expand Down

0 comments on commit 4ed0357

Please sign in to comment.