From a9ce5a3be3cbb1b95e57a1b345477773b7bb4e99 Mon Sep 17 00:00:00 2001 From: Jack <5182053+phyzical@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:54:44 +0800 Subject: [PATCH 1/2] Update buildAndPublish.yml --- .github/buildAndPublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/buildAndPublish.yml b/.github/buildAndPublish.yml index b2f4287..1f218d0 100644 --- a/.github/buildAndPublish.yml +++ b/.github/buildAndPublish.yml @@ -1,7 +1,7 @@ name: build and publish on: push: - branches: [build-branch] + branches: [master] workflow_dispatch: permissions: content: read From 0471a02550379dc17445d326a3935916b22019df Mon Sep 17 00:00:00 2001 From: Jack <5182053+phyzical@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:55:00 +0800 Subject: [PATCH 2/2] Update .github/buildAndPublish.yml --- .github/buildAndPublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/buildAndPublish.yml b/.github/buildAndPublish.yml index 1f218d0..3b51935 100644 --- a/.github/buildAndPublish.yml +++ b/.github/buildAndPublish.yml @@ -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