From 1f53c3740ae00b65c31873c7948cd1c696ee28ab Mon Sep 17 00:00:00 2001 From: April Rieger Date: Wed, 24 Apr 2024 23:33:32 -0700 Subject: [PATCH] Update ghas to node20 --- .github/workflows/build-test-lint.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index 737dc4a5..8aaf57da 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -20,7 +20,7 @@ jobs: uses: scientist-softserv/actions/.github/workflows/build.yaml@upgrade-node20-actions secrets: inherit with: - platforms: 'linux/amd64' + platforms: "linux/amd64" webTarget: hyku-web workerTarget: hyku-worker @@ -29,12 +29,7 @@ jobs: uses: scientist-softserv/actions/.github/workflows/test.yaml@upgrade-node20-actions with: confdir: '/app/samvera/hyrax-webapp/solr/conf' - webTarget: hyku-web - workerTarget: hyku-worker lint: needs: build uses: scientist-softserv/actions/.github/workflows/lint.yaml@upgrade-node20-actions - with: - webTarget: hyku-web - workerTarget: hyku-worker