diff --git a/polkadot/.github/workflows/check-licenses.yml b/polkadot/.github/workflows/check-licenses.yml index 929e9b2e6f..92135f74af 100644 --- a/polkadot/.github/workflows/check-licenses.yml +++ b/polkadot/.github/workflows/check-licenses.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v3.3.0 - - uses: actions/setup-node@v3.6.0 + - uses: actions/setup-node@v3.7.0 with: node-version: '16.19.0' registry-url: 'https://npm.pkg.github.com'