Skip to content

Commit

Permalink
ci: use node 16 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 4, 2022
1 parent 2791e0d commit af617fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: "16.x"

- name: Commit lint ✨
uses: wagoid/commitlint-github-action@v5

Expand All @@ -38,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "16.x"
- name: NPM install
run: npm install

Expand Down

0 comments on commit af617fd

Please sign in to comment.