diff --git a/.github/workflows/_e2e.yml b/.github/workflows/_e2e.yml index 2c260183b..4cff7a50e 100644 --- a/.github/workflows/_e2e.yml +++ b/.github/workflows/_e2e.yml @@ -15,4 +15,14 @@ jobs: with: go-version-file: ./go.mod + - uses: actions/setup-node@v4 + with: + node-version: lts/* + + - name: Install dependencies + run: npm ci + + - name: Install Playwright Browsers + run: npx playwright install --with-deps + - run: make e2e