Skip to content

Commit

Permalink
Merge pull request #452 from jellyfin/nvv-clean-package-json
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen authored Sep 22, 2023
2 parents 5ae0d10 + f50a8d2 commit 8ab1355
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 11,362 deletions.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- task: NodeTool@0
displayName: 'Install Node'
inputs:
versionSpec: '12.x'
versionSpec: '20.x'

- task: Cache@2
displayName: 'Check Cache'
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node env
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 14
node-version: 20

- name: Get npm cache directory path
id: npm-cache-dir-path
Expand All @@ -38,5 +38,8 @@ jobs:
- name: Install dependencies
run: npm ci --no-audit

- name: Build for production
run: npm run build:production

- name: Run ESLint
run: npm run lint
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node env
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 14
node-version: 20

- name: Get npm cache directory path
id: npm-cache-dir-path
Expand All @@ -38,5 +38,8 @@ jobs:
- name: Install dependencies
run: npm ci --no-audit

- name: Build for production
run: npm run build:production

- name: Run tests
run: npm run test
Loading

0 comments on commit 8ab1355

Please sign in to comment.