From aa62c13d567a354802de3850715f9a95308df894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 00:56:07 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 2 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/plutus-playground-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plutus-playground-e2e-tests.yml b/.github/workflows/plutus-playground-e2e-tests.yml index b9fe90e358..23e7ac968f 100644 --- a/.github/workflows/plutus-playground-e2e-tests.yml +++ b/.github/workflows/plutus-playground-e2e-tests.yml @@ -39,7 +39,7 @@ jobs: while ! echo exit | nc localhost $CLIENT_PORT; do echo "Waiting for playground client on $CLIENT_PORT" && sleep 10; done - name: Setup NodeJs - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '12.12.0'