We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86ceaf commit 6b9c173Copy full SHA for 6b9c173
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
max-parallel: 1
19
matrix:
20
node-version:
21
- - 26.2.0
+ - 26.3.0
22
steps:
23
- name: checkout
24
uses: actions/checkout@v6.0.2
@@ -59,7 +59,7 @@ jobs:
59
- name: prepare node
60
uses: actions/setup-node@v6.4.0
61
with:
62
- node-version: 26.2.0
+ node-version: 26.3.0
63
- name: install
64
run: npm ci
65
- name: install dependencies
0 commit comments