Upgrade actions in Ci.yml workflow (#1153)

This commit is contained in:
Anton Yakutovich
2022-10-09 16:05:06 +04:00
committed by GitHub
parent 907b86c343
commit 56713e8f43

View File

@ -11,8 +11,8 @@ jobs:
name: Code style and tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
cache: npm
@ -30,7 +30,7 @@ jobs:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
# file types to ignore