Skip to content

Bump @types/react-measure from 2.0.8 to 2.0.10 #2062

Bump @types/react-measure from 2.0.8 to 2.0.10

Bump @types/react-measure from 2.0.8 to 2.0.10 #2062

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request: {}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_CONFIG_COLOR: always
jobs:
web:
name: Build
runs-on: ubuntu-20.04
environment: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build
run: .github/scripts/build-web.sh