Skip to content

Commit

Permalink
Release/2.0.0 (#35)
Browse files Browse the repository at this point in the history
* Prepare release v2

* 2.0.0
  • Loading branch information
mpowaga authored Apr 27, 2024
1 parent f3bdc1f commit ea0fcbe
Show file tree
Hide file tree
Showing 5 changed files with 2,003 additions and 1,988 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ See [action.yml](action.yml)
Basic:
```yaml
steps:
- uses: actions/checkout@v1
- uses: meteorengineer/setup-meteor@v1
- uses: actions/checkout@v2
- uses: meteorengineer/setup-meteor@v2
with:
meteor-release: '1.8.1'
- run: meteor npm install
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup meteor
uses: meteorengineer/setup-meteor@v1
uses: meteorengineer/setup-meteor@v2
with:
meteor-release: ${{ matrix.meteor }}
- run: meteor npm install
Expand Down
Loading

0 comments on commit ea0fcbe

Please sign in to comment.