Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
villepynttari authored Aug 21, 2024
1 parent 50b2eb5 commit 48c4ecd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: 16
node-version: 20
cache: npm

- run: npm ci
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: 16
node-version: 20
cache: npm
- run: npm ci
- run: npm run test:ci
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: 16
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint:ci
Expand All @@ -203,7 +203,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: 16
node-version: 20
cache: npm
- run: npm ci
- run: npm run test:ci
Expand Down

0 comments on commit 48c4ecd

Please sign in to comment.