Skip to content

feat: updated workflows #1

feat: updated workflows

feat: updated workflows #1

name: Common steps workflow
jobs:
runs-on: ${{ matrix.os }}

Check failure on line 4 in .github/workflows/checkout-install.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/checkout-install.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
strategy:
matrix:
os: [windows-latest]
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install Node.js and npm
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm install