Skip to content

Commit 0dafddb

Browse files
committed
chore(deps): add 24.15.0 (jobs.test-node.strategy.matrix.node-version)
chore(deps): add 24.15.0 (jobs.release.steps.with.node-version)
1 parent 226fff6 commit 0dafddb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
node-version:
20-
- 24.14.0
21-
- 24.14.1
20+
- 24.15.0
2221
steps:
2322
- name: checkout
2423
uses: actions/checkout@v6.0.2
@@ -56,7 +55,7 @@ jobs:
5655
- name: prepare node
5756
uses: actions/setup-node@v6.4.0
5857
with:
59-
node-version: 24.14.1
58+
node-version: 24.15.0
6059
- name: install
6160
run: npm ci
6261
- name: release

0 commit comments

Comments
 (0)