diff --git a/.github/workflows/nucypher-core.yml b/.github/workflows/nucypher-core.yml index fd7813f7..f9f72e88 100644 --- a/.github/workflows/nucypher-core.yml +++ b/.github/workflows/nucypher-core.yml @@ -72,7 +72,7 @@ jobs: with: toolchain: ${{ matrix.rust }} targets: ${{ matrix.target }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} - name: Install Yarn