Skip to content

Commit

Permalink
Merge pull request #4 from mcode/update-packages
Browse files Browse the repository at this point in the history
Update service and fhir libraries
  • Loading branch information
zlister authored Jun 27, 2023
2 parents cf7acf9 + bc2def1 commit 9878323
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 9878323

Please sign in to comment.