Skip to content

Commit

Permalink
chore(deps): add 18.14.1 remove 18.14.0 (jobs.test-node.strategy.matr…
Browse files Browse the repository at this point in the history
…ix.node-version)

chore: add 18.14.1 (jobs.release.steps.with.node-version)
  • Loading branch information
arlac77 committed Feb 17, 2023
1 parent 5cc01c4 commit cbf5924
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 @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version:
- 18.14.0
- 18.14.1
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: 18.14.0
node-version: 18.14.1
cache: npm
- run: npm ci
- run: npx semantic-release
Expand Down

0 comments on commit cbf5924

Please sign in to comment.