diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11cd3ad..d21d721 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,19 +9,19 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v2 + - name: Checkout + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 14 + node-version: '16' - name: Install Dependencies run: npm install - name: Build Angular App - run: ng build --prod + run: npm run build --prod - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 diff --git a/src/index.html b/src/index.html index 8044ec8..71632d0 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@