Skip to content

Commit

Permalink
add note about older Node support in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Jan 21, 2024
1 parent a55fa11 commit 88de03a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
groupByType: false
```
> [!note]
> For Node 16 support, you can use the `v0.11` version tag in your workflow, instead of pointing to `main`:
> ```yml
> - name: Yarn Lock Changes
> uses: Simek/yarn-lock-changes@v0.11
> ```

### 🔌 Inputs

| Input | Required | Default | Description |
Expand Down

0 comments on commit 88de03a

Please sign in to comment.