Skip to content

Commit

Permalink
Merge branch 'develop' into 375_radiation_boost
Browse files Browse the repository at this point in the history
  • Loading branch information
lindaxiang committed Jul 16, 2024
2 parents cb4a27b + c2cfd57 commit 0feacbf
Show file tree
Hide file tree
Showing 45 changed files with 5,142 additions and 2,128 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
node_modules
dictionary.json
populated_dictionary.json
Expand Down
Loading

0 comments on commit 0feacbf

Please sign in to comment.