chore(deps-dev): bump the build-tooling group across 1 directory with 12 updates #85
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy PR Preview | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, closed] | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| preview: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: actions/setup-node@v3 | |
| with: | |
| node-version: "22" | |
| - name: Enable Corepack | |
| run: corepack enable | |
| - name: Use Yarn 4.9.2 | |
| run: corepack prepare [email protected] --activate | |
| - run: yarn | |
| - run: yarn build:web | |
| - uses: rossjrw/[email protected] | |
| with: | |
| source-dir: ./packages/raga-web-app/dist |