Skip to content

Update release (v0.1.0-preview2): Create index.php #2

Update release (v0.1.0-preview2): Create index.php

Update release (v0.1.0-preview2): Create index.php #2

Workflow file for this run

name: NodeJS
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy: of
matrix:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/npm.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install