We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226fff6 commit 0dafddbCopy full SHA for 0dafddb
1 file changed
.github/workflows/ci.yml
@@ -17,8 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
node-version:
20
- - 24.14.0
21
- - 24.14.1
+ - 24.15.0
22
steps:
23
- name: checkout
24
uses: actions/checkout@v6.0.2
@@ -56,7 +55,7 @@ jobs:
56
55
- name: prepare node
57
uses: actions/setup-node@v6.4.0
58
with:
59
- node-version: 24.14.1
+ node-version: 24.15.0
60
- name: install
61
run: npm ci
62
- name: release
0 commit comments