Skip to content

Commit

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

chore: add 22.13.0 (jobs.release.steps.with.node-version)
  • Loading branch information
arlac77 committed Jan 7, 2025
1 parent 8523fad commit 3394d43
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 @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version:
- 22.12.0
- 22.13.0
steps:
- name: checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: prepare node
uses: actions/[email protected]
with:
node-version: 22.12.0
node-version: 22.13.0
cache: npm
cache-dependency-path: package-lock.json
- name: install
Expand Down

0 comments on commit 3394d43

Please sign in to comment.