Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Sep 13, 2022
1 parent 206c900 commit b671382
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -66,7 +66,8 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- uses: actions/setup-node@v1
- if: matrix.project == 'rootJS'
uses: actions/setup-node@v1
with:
node-version: 14

Expand All @@ -89,6 +90,7 @@ jobs:
run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' doc

- name: Install artifacts to npm
if: matrix.project == 'rootJS'
run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' npmPackageInstall

- name: Make target directories
Expand Down

0 comments on commit b671382

Please sign in to comment.