Skip to content

Commit

Permalink
Fix pnpm test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom committed May 8, 2022
1 parent 21ee699 commit 7c1b1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
node-version: 16.14.2
- name: Setup yarn
run: npm install -g [email protected]
- name: Setup pnpm
run: npm install -g [email protected]
- name: Unit tests
run: sbt test
- name: Scripted tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scalaVersion := "2.12.8"

packageManager := scalajsbundler.Pnpm(version = Some("7.0.1"))
packageManager := scalajsbundler.Pnpm()

scalaJSUseMainModuleInitializer := true

Expand Down

0 comments on commit 7c1b1b6

Please sign in to comment.