Skip to content

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

feat: Updated .github/workflows/main.yml

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

Workflow file for this run

name: GitHub Actions
on:
push:
branches:
- main
jobs:
build:

Check failure on line 9 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 9
name: Build
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: setup-node@v2
- name: Use Node.js 14
run: setup-node/setup-node@v2
- name: Run pnpm install
run: pnpm install
node-version: '14'
- name: Install pnpm
run: npm install -g pnpm
- name: Install pnpm
run: npm install -g pnpm