Skip to content

Commit

Permalink
Merge branch 'main' of github.com:magicdawn/yun-playlist-downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed May 13, 2024
2 parents 5ecbd81 + 9ccd0c8 commit ac16c27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'pnpm'
Expand All @@ -21,4 +21,4 @@ jobs:

- run: pnpm test-cover

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

0 comments on commit ac16c27

Please sign in to comment.