diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 683a7fc41..ad17be889 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -32,7 +32,7 @@ jobs: run: apt update && apt install -y python3-venv python-is-python3 - name: bootstrap env: - NODE_OPTIONS: '--max_old_space_size=4096 --experimental-vm-modules' + NODE_OPTIONS: '--max_old_space_size=4096' uses: ./.github/actions/bootstrap with: package: rmf-dashboard diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 6c0d719a0..227ea05d6 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -114,5 +114,6 @@ "react-grid-layout": "^1.3.4", "react-router": "^5.2.0", "react-router-dom": "^5.2.0" - } + }, + "type": "module" }