Skip to content

Commit 223d500

Browse files
committed
fix
1 parent 4c1c684 commit 223d500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sem_ver.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
run: |
1616
git config --global core.longpaths true
1717
- uses: actions/checkout@v3
18-
# We only pull in the submodules we need to build the library
19-
- run: git submodule update --init libraries
18+
with:
19+
submodules: recursive
2020

2121
# We need access to the role that is able to get CI Bot Creds
2222
- name: Configure AWS Credentials for Release
@@ -29,7 +29,7 @@ jobs:
2929
- name: Upgrade Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 21
3333

3434
# Use AWS Secrets Manger GHA to retrieve CI Bot Creds
3535
- name: Get CI Bot Creds Secret

0 commit comments

Comments
 (0)