We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e9e7b commit 6687211Copy full SHA for 6687211
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19
node-version: [18, 20, 22]
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Use Node.js ${{ matrix.node-version }}
23
uses: actions/setup-node@v4
24
with:
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
timeout-minutes: 60
40
41
42
- name: Use Node.js 20
43
44
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
fetch-depth: 0
60
0 commit comments