Skip to content

Commit ca0835b

Browse files
committed
Merge branch 'build-branch' of github.com:phyzical/spotify-dl into build-branch
build-branch
2 parents 63f921f + 0471a02 commit ca0835b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build and publish
22
on:
33
push:
4-
branches: [build-branch]
4+
branches: [master]
55
workflow_dispatch:
66
permissions:
77
content: read
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node.js
3535
uses: actions/setup-node@v3
3636
with:
37-
node-version: '16'
37+
node-version: '18'
3838
registry-url: 'https://npm.pkg.github.com'
3939
scope: 'SwapnilSoni1999'
4040
- name: Install dependencies

0 commit comments

Comments
 (0)