diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cc7718..a5ba37d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,11 +18,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* cache: 'yarn' diff --git a/README.md b/README.md index 444317a..23a8cf8 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ With Redbird you get a lightweight and flexible library to build dynamic reverse proxies with the speed and robustness of http-proxy. Redbird includes everything you need for easy reverse routing of your applications. Great for routing many applications from different domains in one single host, handling SSL with ease, etc. -