Update README.md

This commit is contained in:
Phil 2022-10-13 16:52:06 +02:00 committed by GitHub
parent 51322c7f66
commit 5b48534cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ 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
node-version: 16
```
### Workflow