diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 112849d..f17fa27 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,15 +16,14 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v2 with: - node-version: '14' - - run: npm install + node-version: '22' - run: | npm install --save-dev @commitlint/config-angular @commitlint/cli echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js # Run the commitlint action, considering its own dependencies and yours as well 🚀 # `github.workspace` is the path to your repository. - - uses: wagoid/commitlint-github-action@v5 + - uses: wagoid/commitlint-github-action@v6 env: NODE_PATH: ${{ github.workspace }}/node_modules with: