Update workflow to Node v16 due Github Action warning

Warning: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/setup-node@v1
This commit is contained in:
Makhnev Petr 2023-01-11 00:09:46 +04:00 committed by GitHub
parent 084d92bd32
commit a075ca76dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 12.13.1
node-version: 16
- run: npx awesome-lint README.md