We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45220c4 commit ed11a34Copy full SHA for ed11a34
.github/workflows/cloud-pods.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: actions/setup-node@v3
29
with:
30
node-version: 22
31
+ cache: 'npm'
32
33
- name: Install dependencies
34
run: |
@@ -77,6 +78,7 @@ jobs:
77
78
79
80
81
82
83
- name: Start LocalStack
84
uses: LocalStack/setup-localstack@main
.github/workflows/main.yml
@@ -26,6 +26,7 @@ jobs:
26
27
0 commit comments