fix(ci): Updated actions to move away Node 16.
This commit is contained in:
parent
1dbd6910cb
commit
1f8b45d57d
7 changed files with 22 additions and 22 deletions
4
.github/workflows/doc-checks.yml
vendored
4
.github/workflows/doc-checks.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
working-directory: docs
|
||||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
typecheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
working-directory: docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue