瀏覽代碼

[ci]Change node version from 14 to 18 in Frontend CI (#3495)

Nidhi Bhat G 2 年之前
父節點
當前提交
09db3e7c1a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/commitflow-frontend.yml

+ 2 - 1
.github/workflows/commitflow-frontend.yml

@@ -16,6 +16,7 @@ on:
       - '**.scss'
       - '**.vue'
       - 'package*.json'
+      - '**commitflow-frontend.yml'
 
 jobs:
   build:
@@ -27,7 +28,7 @@ jobs:
     - name: Caching npm with setup node
       uses: actions/setup-node@v3
       with:
-        node-version: 14
+        node-version: 18
         cache: 'npm'
 
     - name: Install npm dependencies