diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 4ff78ea..d346a98 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -5,10 +5,13 @@ on: branches: - main + pull_request: + branches: + - main + jobs: deploy: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 @@ -18,7 +21,7 @@ jobs: - name: Set node uses: actions/setup-node@v3 with: - node-version: lts/* + node-version: 18.x cache: pnpm - name: Install