mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 11:08:54 +08:00
Upgrade actions in Ci.yml
workflow (#1153)
This commit is contained in:
6
.github/workflows/Ci.yml
vendored
6
.github/workflows/Ci.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
|||||||
name: Code style and tests
|
name: Code style and tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.x"
|
node-version: "16.x"
|
||||||
cache: npm
|
cache: npm
|
||||||
@ -30,7 +30,7 @@ jobs:
|
|||||||
name: Check for spelling errors
|
name: Check for spelling errors
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: codespell-project/actions-codespell@master
|
- uses: codespell-project/actions-codespell@master
|
||||||
with:
|
with:
|
||||||
# file types to ignore
|
# file types to ignore
|
||||||
|
Reference in New Issue
Block a user