Skip to content

chore: Update package.json scripts #1592

chore: Update package.json scripts

chore: Update package.json scripts #1592

Workflow file for this run

name: CI-test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:

Check failure on line 14 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nodejs.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
node-version: [18.x, 20.x, 22.x, latest],
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npx yarn install
- run: npx yarn test-format
- run: npx yarn test-cli
- run: npx yarn test