We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3747af2 commit 2b23952Copy full SHA for 2b23952
1 file changed
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
node-version: [18.x, 20.x, 22.x, 24.x]
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v4
18
with:
0 commit comments