Skip to content

Update dependency @types/react-dom to v16.9.25 (#123) #209

Update dependency @types/react-dom to v16.9.25 (#123)

Update dependency @types/react-dom to v16.9.25 (#123) #209

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm install
working-directory: site2
- run: npm run-script build
working-directory: site2