Skip to content

Commit

Permalink
Adding node js
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnamichael committed Jan 7, 2025
1 parent b740f9d commit d1f18c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: 'Setup: Checkout plugin'
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'

# Install the required software.
- name: 'Setup: Install required software'
run: bash ./src/test/resources/ci/scripts/setup.sh
Expand Down

0 comments on commit d1f18c0

Please sign in to comment.