Skip to content

Commit

Permalink
chore(deps): add 16.15.1 remove 16.15.0 (jobs.test.strategy.matrix.no…
Browse files Browse the repository at this point in the history
…de-version)

chore: add 16.15.1 (jobs.release.steps.with.node-version)
  • Loading branch information
arlac77 committed Jun 6, 2022
1 parent 5dea1d9 commit 6597216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
node-version:
- 16.15.0
- 16.15.1
- 18.3.0
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.3.0
with:
node-version: 16.15.0
node-version: 16.15.1
cache: npm
- run: npm ci
- run: npx semantic-release
Expand Down

0 comments on commit 6597216

Please sign in to comment.