Skip to content

Commit

Permalink
Update ghas to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Apr 25, 2024
1 parent 36577d1 commit 1f53c37
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 1f53c37

Please sign in to comment.