Skip to content

Commit 77d8085

Browse files
committed
update dployment config;
1 parent 0d87616 commit 77d8085

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-to-aws.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
uses: GNS-Science/nshm-github-actions/.github/workflows/deploy-to-aws.yml@main
2020
with:
2121
python-version: '3.12'
22-
smoketest-query: "query {about, current_model_version}"
22+
node-version: '22'
23+
node-pkg-manager: 'yarn2'
24+
smoketest-query: 'query QueryRoot{about}'
2325
secrets: inherit
26+

0 commit comments

Comments
 (0)