diff --git a/polkadot/.github/workflows/check-licenses.yml b/polkadot/.github/workflows/check-licenses.yml index 522037b682..b61005649e 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 - - uses: actions/setup-node@v3.7.0 + - uses: actions/setup-node@v3.8.0 with: node-version: '18.x' registry-url: 'https://npm.pkg.github.com'