diff --git a/incremental/tools/panda/package.json b/incremental/tools/panda/package.json index 48cfeb70f107934eb37df16b65ad2f500506542e..d5349b41c62ddc3666d3cb85c97f8e5bb760e022 100644 --- a/incremental/tools/panda/package.json +++ b/incremental/tools/panda/package.json @@ -2,7 +2,7 @@ "name": "panda-installer", "private": true, "scripts": { - "panda:sdk:install": "npm install --prefix . --no-save @panda/sdk@next", + "panda:sdk:install": "npm install --prefix . --no-save @panda/sdk@1.5.0-dev.1366", "panda:sdk:clean": "rimraf ./node_modules" }