Skip to content

remove readonly to fix type-error, bump version to 2.4.0-beta.3 #381

remove readonly to fix type-error, bump version to 2.4.0-beta.3

remove readonly to fix type-error, bump version to 2.4.0-beta.3 #381

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18.x
- 20.x
- 22.x
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn run lint
- run: yarn run check
- run: yarn run test
- run: yarn run build