From af617fd2db1f1c0df0532ff3344fe0237a61cd55 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 4 Sep 2022 05:53:21 -0700 Subject: [PATCH] ci: use node 16 in ci --- .github/workflows/CI.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 547df0c..8ccd6d9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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