diff --git a/.github/workflows/commitflow-frontend.yml b/.github/workflows/commitflow-frontend.yml index a702941e63f..4ca0d72c4b5 100644 --- a/.github/workflows/commitflow-frontend.yml +++ b/.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