Skip to content

Commit

Permalink
Add node action
Browse files Browse the repository at this point in the history
  • Loading branch information
0mar committed Sep 10, 2024
1 parent a57aafb commit aadc28c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -27,7 +31,7 @@ jobs:
run: |
git clone https://github.com/smart-on-fhir/smart-launcher-v2.git
cd smart-launcher-v2
npm install -g
npm install
npm run build
env:
NODE_ENV: production
Expand Down

0 comments on commit aadc28c

Please sign in to comment.