Actions: Fix end to end tests (#6776)

This commit is contained in:
Austin 2025-05-10 17:21:23 -04:00 committed by GitHub
parent 7c9296b0f4
commit b17bb49a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,10 @@ on:
- cron: 0 0 * * * # Run every day at midnight - cron: 0 0 * * * # Run every day at midnight
workflow_dispatch: {} workflow_dispatch: {}
permissions: read-all permissions:
contents: read
actions: read
checks: write
jobs: jobs:
native-tests: native-tests:
@ -44,7 +47,7 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 22
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4