Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/vercel-preview-pr-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@47.2.2
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
echo "VERCEL_BIN=$VERCEL_DIR/node_modules/.bin/vercel" >> "$GITHUB_ENV"
test -x "$VERCEL_DIR/node_modules/.bin/vercel"
- name: Pull Vercel Environment Information
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@47.2.2
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
echo "VERCEL_BIN=$VERCEL_DIR/node_modules/.bin/vercel" >> "$GITHUB_ENV"
- name: Pull Vercel Environment Information
shell: bash --noprofile --norc -euo pipefail {0}
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -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';
Loading