Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/types/react-18.2.18 #568

Merge branch 'main' into dependabot/npm_and_yarn/types/react-18.2.18

Merge branch 'main' into dependabot/npm_and_yarn/types/react-18.2.18 #568

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Release
run: |
npm ci --ignore-scripts
npm run release