Skip to content

Commit

Permalink
Merge pull request #175 from mitmedialab/ProjectSTEM-TMConfidence
Browse files Browse the repository at this point in the history
Project stem tm confidence
  • Loading branch information
pmalacho-mit authored Oct 26, 2022
2 parents 9cf9ffa + a44cc15 commit bb9ad17
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -19,6 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install json5
npx lerna link --force-local
npx lerna exec -- npm install
npx lerna link --force-local
Expand Down
Loading

0 comments on commit bb9ad17

Please sign in to comment.