diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index 3d4a06f4..182a7895 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -12,12 +12,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install Yarn packages run: yarn install @@ -26,7 +26,7 @@ jobs: run: npm run build - name: Upload production-ready build files - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: production-files path: ./dist @@ -38,10 +38,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: production-files path: ./dist diff --git a/.github/workflows/linting_testing.yml b/.github/workflows/linting_testing.yml index 248306b3..e51fc630 100644 --- a/.github/workflows/linting_testing.yml +++ b/.github/workflows/linting_testing.yml @@ -15,12 +15,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install Yarn packages run: yarn install diff --git a/README.md b/README.md index d554c5f6..78cbb30d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ movie-web is a web app for watching movies easily. Check it out at **[movie.squeezebox.dev](https://movie.squeezebox.dev)**. -This service works by displaying video files from third-party providers inside an intuitive and aesthic user interface. +This service works by displaying video files from third-party providers inside an intuitive and aesthetic user interface. Features include: