diff --git a/templates/service/.github/workflows/pull-request.yaml b/templates/service/.github/workflows/pull-request.yaml index cf2f570..19e888a 100644 --- a/templates/service/.github/workflows/pull-request.yaml +++ b/templates/service/.github/workflows/pull-request.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.4.0 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: '16.x' cache: 'yarn'