Skip to content

chore(deps-dev): bump @types/react from 18.2.27 to 18.2.28 in /testsite #604

chore(deps-dev): bump @types/react from 18.2.27 to 18.2.28 in /testsite

chore(deps-dev): bump @types/react from 18.2.27 to 18.2.28 in /testsite #604

Workflow file for this run

name: Can build
on:
push:
jobs:
canBuild:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/[email protected]
with:
node-version: '18.x'
- name: Install 💻
run: |
npm install
- name: Build 🤖
run: |
npm run build