Skip to content

Commit

Permalink
Merge pull request #416 from icgc-argo/develop
Browse files Browse the repository at this point in the history
Dictionary 1.19 merge to master
  • Loading branch information
hknahal authored Oct 19, 2023
2 parents 05e1adf + 31b643f commit e99877c
Show file tree
Hide file tree
Showing 11 changed files with 3,105 additions and 1,734 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: "18.x"
- run: npm ci
- run: npm i object.fromentries
- run: npm i object.fromentries
- run: npm test
Loading

0 comments on commit e99877c

Please sign in to comment.