Skip to content

feat: Updated .github/workflows/main.yml #35

feat: Updated .github/workflows/main.yml

feat: Updated .github/workflows/main.yml #35

Workflow file for this run

- name: Install pnpm command

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
run: |
curl -fsSL https://get.pnpm.io/install.sh | sh
pnpm config set fetch-retry-mintimeout 10000
pnpm config set fetch-retry-maxtimeout 60000
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'