Skip to content

Commit

Permalink
Prepare release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpowaga authored Apr 27, 2024
1 parent f3bdc1f commit 3410614
Show file tree
Hide file tree
Showing 3 changed files with 2,000 additions and 1,985 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 3410614

Please sign in to comment.