Skip to content

Commit ab67d21

Browse files
adding ci-cd
1 parent 36ba9aa commit ab67d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name : Checkout code
13-
- uses: action/checkout@v3
13+
uses: action/checkout@v3
1414

1515
- name: Install Node
16-
- uses: action/setup-node@v3
16+
uses: action/setup-node@v3
1717
with:
1818
node-version: 20.4.1
1919

0 commit comments

Comments
 (0)