File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ jobs:
4949 tools : composer:v2
5050 coverage : xdebug
5151
52- - name : Setup NodeJS
53- uses : actions /setup-node@v6
52+ - name : Setup Bun
53+ uses : oven-sh /setup-bun@v2
5454 with :
55- node -version : " lts/* "
55+ bun -version : " latest "
5656
5757 - name : Install Node Dependencies
58- run : npm ci
58+ run : bun install --frozen-lockfile
5959
6060 - name : Install Playwright
61- run : npx playwright install
61+ run : bunx playwright install
6262
6363 - name : Install Dependencies
6464 run : composer install --no-interaction --prefer-dist --optimize-autoloader
7676 run : php artisan migrate -v
7777
7878 - name : Building Assets
79- run : npm run build
79+ run : bun run build
8080
8181 - name : Test with Pest
8282 run : php artisan test --ci --parallel
9191 - uses : actions/checkout@v6
9292
9393 - name : Install Vercel CLI
94- run : npm install --global vercel@latest
94+ run : bun add -g vercel@latest
9595
9696 - name : Pull Vercel Environment Information
9797 run : vercel pull --yes --environment=production --token=${{ env.VERCEL_TOKEN }}
You can’t perform that action at this time.
0 commit comments