Skip to content

Prevent TypeError: Attempted to assign to readonly property. #29

Prevent TypeError: Attempted to assign to readonly property.

Prevent TypeError: Attempted to assign to readonly property. #29

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set Node.js version
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install npm dependencies
run: npm ci
- name: Run test
run: npm run test