Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Ci.yml
1 parent 907b86c commit 56713e8Copy full SHA for 56713e8
1 file changed
.github/workflows/Ci.yml
@@ -11,8 +11,8 @@ jobs:
11
name: Code style and tests
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
16
with:
17
node-version: "16.x"
18
cache: npm
@@ -30,7 +30,7 @@ jobs:
30
name: Check for spelling errors
31
32
33
34
- uses: codespell-project/actions-codespell@master
35
36
# file types to ignore
0 commit comments