Skip to content

Commit

Permalink
SK-1306: version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
appasuamithsai committed Dec 4, 2023
1 parent 18779bc commit 672daa7
Show file tree
Hide file tree
Showing 3 changed files with 3,306 additions and 2,348 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.17.6
- name: install modules
run: npm install

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.17.6
- name: install modules
run: npm install

Expand Down
Loading

0 comments on commit 672daa7

Please sign in to comment.