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 817e62d commit 752b438Copy full SHA for 752b438
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup Node.js
30
uses: actions/setup-node@v3
31
with:
32
- node-version: '16'
+ node-version: '20'
33
34
- name: Install commitlint
35
run: |
0 commit comments