Skip to content

Bump @skyra/discord-components-react from 4.0.0-alpha.33 to 4.0.0-alpha.34 #102

Bump @skyra/discord-components-react from 4.0.0-alpha.33 to 4.0.0-alpha.34

Bump @skyra/discord-components-react from 4.0.0-alpha.33 to 4.0.0-alpha.34 #102

Workflow file for this run

name: Docs Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm i
- run: npm run build