We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bc878 commit c9b91d9Copy full SHA for c9b91d9
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
node-version: [22, 24]
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
- uses: actions/setup-node@v4
17
with:
18
node-version: ${{ matrix.node-version }}
0 commit comments