Skip to content

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

feat: Updated .github/workflows/main.yml

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

Workflow file for this run

name: GitHub Actions
on:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:

Check failure on line 13 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 13
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install pnpm
run: npm install -g pnpm
- name: Install pnpm
run: pnpm install --frozen-lockfile