Skip to content

Commit

Permalink
Merge pull request #369 from sedders123/ytmdp-v2-support
Browse files Browse the repository at this point in the history
YTMDP v2 support
  • Loading branch information
sedders123 authored Dec 18, 2024
2 parents d1dde4e + d8e7282 commit a391061
Show file tree
Hide file tree
Showing 7 changed files with 733 additions and 1,939 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ on:
push:

pull_request:
branches: [ main ]
branches: [main]

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
node-version: 22
cache: "npm"

- name: Install dependencies
run: |
Expand All @@ -35,7 +35,7 @@ jobs:
run: vsce package

- name: Upload Extension as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: extension
path: |
Expand Down
Loading

0 comments on commit a391061

Please sign in to comment.