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 7586ac5 commit 3b41a4aCopy full SHA for 3b41a4a
.github/workflows/ci.yml
@@ -22,6 +22,11 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v4
24
25
+ - name: Setup Node
26
+ uses: actions/setup-node@v4
27
+ with:
28
+ node-version: '22'
29
+
30
- name: Setup Python
31
uses: actions/setup-python@v4
32
with:
@@ -69,7 +74,7 @@ jobs:
69
74
run: |
70
75
cd shipment-list-frontend
71
76
npm install
72
- npm run build
77
+ CI=false npm run build
73
78
79
- name: Show LocalStack logs
80
if: always()
terraform/cleanup.sh
terraform/run-tflocal.sh
0 commit comments