Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Bump follow-redirects from 1.14.9 to 1.15.4 in /demo #44

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
working-directory: ./test
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build demo
working-directory: ./demo
run: |
rustup toolchain add nightly-2022-04-07
rustup component add rust-src --toolchain nightly-2022-04-07
rustup toolchain add nightly-2022-12-12
rustup component add rust-src --toolchain nightly-2022-12-12
npm ci
npm run build
- name: Deploy 🚀
Expand Down
Loading