Skip to content

Commit ed518dd

Browse files
authored
Merge pull request #188 from dvishal485/github-action
2 parents 0614e4e + ca6c4cc commit ed518dd

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/dev.yml

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v4
25+
with:
26+
submodules: "true"
27+
28+
- uses: actions/setup-node@v4
29+
with:
30+
node-version: 22
31+
cache: "npm"
2532

2633
- uses: actions/setup-node@v4
2734
with:

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v4
25+
with:
26+
submodules: "true"
27+
28+
- uses: actions/setup-node@v4
29+
with:
30+
node-version: 22
31+
cache: "npm"
2532

2633
- uses: actions/setup-node@v4
2734
with:

0 commit comments

Comments
 (0)