Skip to content

feat: Add install_pnpm.sh script to install pnpm #37

feat: Add install_pnpm.sh script to install pnpm

feat: Add install_pnpm.sh script to install pnpm #37

Workflow file for this run

- run: pnpm install

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
name: GitHub Actions
on:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'pnpm'