Remove pnpm (#823)

* Remove pnpm

* Remove from ci

* Remove pnpm

* Remove cache from lint
This commit is contained in:
Graham Neubig
2024-04-06 12:39:02 -04:00
committed by GitHub
parent 8f097f8643
commit f40fe6ac28
5 changed files with 2918 additions and 11132 deletions

View File

@@ -8,27 +8,20 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install PNPM
uses: pnpm/action-setup@v3
with:
package_json_file: frontend/package.json
- name: Install Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: 'frontend/pnpm-lock.yaml'
- name: Install dependencies
run: |
cd frontend
pnpm install --frozen-lockfile
npm install --frozen-lockfile
- name: Lint
run: |
cd frontend
pnpm run lint
npm run lint
lint-python:
name: Lint python