Update README.md

This commit is contained in:
Phil 2021-09-22 17:23:09 +02:00 committed by GitHub
parent 92eef6faf8
commit 2be212a1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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.