diff --git a/.github/workflows/vercel-preview-pr-target.yaml b/.github/workflows/vercel-preview-pr-target.yaml index 6d1e732cb8..855a8e179c 100644 --- a/.github/workflows/vercel-preview-pr-target.yaml +++ b/.github/workflows/vercel-preview-pr-target.yaml @@ -75,7 +75,7 @@ jobs: shell: bash --noprofile --norc -euo pipefail {0} run: | VERCEL_DIR="$(mktemp -d)" - npm install --no-audit --no-fund --no-save --ignore-scripts --prefix "$VERCEL_DIR" vercel@33.4.1 + npm install --no-audit --no-fund --no-save --ignore-scripts --prefix "$VERCEL_DIR" vercel@48.12.1 echo "VERCEL_BIN=$VERCEL_DIR/node_modules/.bin/vercel" >> "$GITHUB_ENV" test -x "$VERCEL_DIR/node_modules/.bin/vercel" - name: Pull Vercel Environment Information diff --git a/.github/workflows/vercel-preview.yaml b/.github/workflows/vercel-preview.yaml index 0346ce3352..c90df7d4f2 100644 --- a/.github/workflows/vercel-preview.yaml +++ b/.github/workflows/vercel-preview.yaml @@ -81,7 +81,7 @@ jobs: shell: bash --noprofile --norc -euo pipefail {0} run: | VERCEL_DIR="$(mktemp -d)" - npm install --no-audit --no-fund --no-save --prefix "$VERCEL_DIR" vercel@33.4.1 + npm install --no-audit --no-fund --no-save --prefix "$VERCEL_DIR" vercel@48.12.1 echo "VERCEL_BIN=$VERCEL_DIR/node_modules/.bin/vercel" >> "$GITHUB_ENV" - name: Pull Vercel Environment Information shell: bash --noprofile --norc -euo pipefail {0} diff --git a/packages/webapp/src/lib/constants.ts b/packages/webapp/src/lib/constants.ts index e499faf7f0..9d437288e4 100644 --- a/packages/webapp/src/lib/constants.ts +++ b/packages/webapp/src/lib/constants.ts @@ -1,2 +1,2 @@ export const REGISTRY_URL = - 'https://raw.githubusercontent.com/rainlanguage/rain.strategies/3c5077c3900f283f28748d8b1732aa3c9bce979e/registry'; + 'https://raw.githubusercontent.com/rainlanguage/rain.strategies/b669ed72f168d67b96135bc35e34b4da9595c987/registry';