diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 8a2cc35..8eb2c05 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "npm" - run: npm ci --ignore-scripts - run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD @@ -56,7 +56,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "npm" - run: npm ci - name: Release