mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 12:33:25 +00:00
fix broken eslint, streamlined with movie-web
This commit is contained in:
29
.github/workflows/tests.yml
vendored
29
.github/workflows/tests.yml
vendored
@@ -13,19 +13,24 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
|
||||
- name: Install packages
|
||||
run: npm install
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
- name: Install packages
|
||||
run: pnpm install
|
||||
|
||||
- name: Run linting
|
||||
run: npm run lint
|
||||
# - name: Run tests
|
||||
# run: pnpm run test
|
||||
|
||||
- name: Run linting
|
||||
run: pnpm run lint
|
||||
|
Reference in New Issue
Block a user