Update README.md
This commit is contained in:
parent
92eef6faf8
commit
2be212a1a0
10
README.md
10
README.md
|
@ -11,6 +11,16 @@ you'll need to configured that workflow yourself. You can look to the
|
||||||
|
|
||||||
Make sure you use the `actions/checkout@v2` action!
|
Make sure you use the `actions/checkout@v2` action!
|
||||||
|
|
||||||
|
**Migration: Version v9 and up**
|
||||||
|
|
||||||
|
Remove the 'actions/setup-node@v1' step from your action.yml file
|
||||||
|
```
|
||||||
|
- name: 'Setup Node.js'
|
||||||
|
uses: 'actions/setup-node@v1'
|
||||||
|
with:
|
||||||
|
node-version: 14
|
||||||
|
```
|
||||||
|
|
||||||
### Workflow
|
### Workflow
|
||||||
|
|
||||||
* Based on the commit messages, increment the version from the latest release.
|
* Based on the commit messages, increment the version from the latest release.
|
||||||
|
|
Loading…
Reference in New Issue