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 85681ff commit ca42291Copy full SHA for ca42291
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
24
with:
25
node-version: ${{ matrix.node-version }}
26
- uses: ankane/setup-mysql@v1
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: Use Node.js 20
43
44
45
node-version: 20.19.5
46
- name: Bootstrap project
@@ -58,7 +58,7 @@ jobs:
58
59
fetch-depth: 0
60
61
62
63
64
0 commit comments