diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index f770a9e..7be61ce 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 64280f2..7c6f4a0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: # Coverage node version - node-version: [ 18.x ] + node-version: [ 20.x ] steps: - uses: actions/checkout@v4 - uses: actions/configure-pages@v5