mirror of
https://github.com/semver/semver.git
synced 2025-08-23 14:28:34 +00:00
commit
7353be694e
7
.github/workflows/checks.yml
vendored
7
.github/workflows/checks.yml
vendored
@ -6,9 +6,10 @@ jobs:
|
|||||||
checks:
|
checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "12.x"
|
node-version: 16
|
||||||
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
|
2521
package-lock.json
generated
2521
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user