mirror of
https://github.com/semver/semver.git
synced 2025-08-22 05:48:34 +00:00
Update GHA workflow
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
c13e625abe
commit
e214dda2fb
7
.github/workflows/checks.yml
vendored
7
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user