Skip to content

Commit af617fd

Browse files
committed
ci: use node 16 in ci
1 parent 2791e0d commit af617fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
20+
21+
- uses: actions/setup-node@v3
22+
with:
23+
node-version: "16.x"
24+
2025
- name: Commit lint ✨
2126
uses: wagoid/commitlint-github-action@v5
2227

@@ -38,7 +43,7 @@ jobs:
3843
- uses: actions/checkout@v3
3944
- uses: actions/setup-node@v3
4045
with:
41-
node-version: "14.x"
46+
node-version: "16.x"
4247
- name: NPM install
4348
run: npm install
4449

0 commit comments

Comments
 (0)