Skip to content

Commit 9be05b3

Browse files
chore: update GitHub Actions workflow to use local custom actions for checkout and setup-node
1 parent d061b7b commit 9be05b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: developer-sumit/checkout@v2
14+
uses: ./.github/actions/checkout@v2
1515

1616
- name: Set up Node.js
17-
uses: developer-sumit/setup-node@v2
17+
uses: ./.github/actions/setup-node@v2
1818
with:
1919
node-version: "14" # Specify the Node.js version you want to use
2020
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)