diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99376ec..ab0e23a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - name: Prepare run: | @@ -31,7 +31,7 @@ jobs: ng add angular-cli-ghpages - name: Deploy - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |