Skip to content

Update @types/react 18.2.18 → 18.2.34 (patch) #118

Update @types/react 18.2.18 → 18.2.34 (patch)

Update @types/react 18.2.18 → 18.2.34 (patch) #118

Workflow file for this run

name: Node.js Workflow
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
name: Node.js
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "npm"
- name: Install Turbo
run: npm i -g turbo@latest
- name: Install Dependencies
run: npm ci --production
- name: Build & Lint
run: turbo build lint