Skip to content

Commit

Permalink
Update service and fhir libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineDuong committed Jun 21, 2023
1 parent cf7acf9 commit bc2def1
Show file tree
Hide file tree
Showing 3 changed files with 1,494 additions and 1,121 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@

name: Node.js CI

on:
push
on: push

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run-script coverage
- uses: codecov/codecov-action@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run-script coverage
- uses: codecov/codecov-action@v1
Loading

0 comments on commit bc2def1

Please sign in to comment.