0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 22:08:33 +00:00

Merge pull request #857 from JohnTitor/gha

Update GHA workflow
This commit is contained in:
Yuki Okushi 2022-07-21 17:13:43 +09:00 committed by GitHub
commit 7353be694e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2515 additions and 13 deletions

View File

@ -6,9 +6,10 @@ jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "12.x"
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run lint

2521
package-lock.json generated

File diff suppressed because it is too large Load Diff