Skip to content

Commit

Permalink
Merge branch 'build-branch' of github.com:phyzical/spotify-dl into bu…
Browse files Browse the repository at this point in the history
…ild-branch

build-branch
  • Loading branch information
phyzical committed Jul 20, 2024
2 parents 63f921f + 0471a02 commit ca0835b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndPublish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build and publish
on:
push:
branches: [build-branch]
branches: [master]
workflow_dispatch:
permissions:
content: read
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
registry-url: 'https://npm.pkg.github.com'
scope: 'SwapnilSoni1999'
- name: Install dependencies
Expand Down

0 comments on commit ca0835b

Please sign in to comment.