diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fcd6c22..efe9b2b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 # Enable gitlint to check all PR commit messages - name: Install Node.js - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version-file: ".nvmrc" registry-url: https://registry.npmjs.org