From 9833cf0f60dcc9c61f1b1075ccf8827f2e3529a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:42:43 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f494b4b..993fbe68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -205,7 +205,7 @@ jobs: # Required to execute notebooks with Python modules wrapping Node.js modules, such as Draco 1 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 # Installing system dependencies required by notebooks to be executed - name: Install system dependencies @@ -333,7 +333,7 @@ jobs: unzip ${{ env.PYODIDE_DISTRO_NAME }}.zip -d pyodide - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} registry-url: ${{ env.NPM_REGISTRY_URL }}