Skip to content

Commit

Permalink
fix gitaction error in 24.1-release (#8391)
Browse files Browse the repository at this point in the history
Set the Node.js version to 16 only for the test environment in GitHub Action
  • Loading branch information
kongtiaowang committed Feb 21, 2023
1 parent 61c507b commit 6a37893
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/loristest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x

- name: Build LORIS
run: make dev

Expand Down

0 comments on commit 6a37893

Please # to comment.