Skip to content

Commit c7d1a34

Browse files
committed
Update github actions
1 parent b3753e8 commit c7d1a34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ jobs:
99
timeout-minutes: 60
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Prepare .env file
1414
run: |
1515
rm -f .env && touch .env
1616
echo "NEXT_PUBLIC_FORMSPREE_ID=fake123" >> .env
1717
echo "NEXT_PUBLIC_RECAPTCHA_SITE_KEY=123fAkE" >> .env
18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@v6
1919
with:
20-
node-version: '20.x'
20+
node-version: '24'
2121
- name: Install dependencies
2222
run: npm ci
2323
- name: Install Playwright Browsers
2424
run: npx playwright install --with-deps
2525
- name: Run Playwright tests
2626
run: npm run test
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v5
2828
if: always()
2929
with:
3030
name: playwright-report

0 commit comments

Comments
 (0)