diff --git a/.github/workflows/countinuous-delivery.yml b/.github/workflows/countinuous-delivery.yml index c8d8d6f..118b4ae 100644 --- a/.github/workflows/countinuous-delivery.yml +++ b/.github/workflows/countinuous-delivery.yml @@ -32,7 +32,7 @@ jobs: - name: Add TypeScript problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v16 - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2 + uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3 with: node-version: 16 cache: yarn