Skip to content

Commit 7c1b1b6

Browse files
committed
Fix pnpm test
1 parent 21ee699 commit 7c1b1b6

File tree

2 files changed

+3
-1
lines changed
  • .github/workflows
  • sbt-scalajs-bundler/src/sbt-test/sbt-scalajs-bundler/pnpm

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
node-version: 16.14.2
2121
- name: Setup yarn
2222
run: npm install -g [email protected]
23+
- name: Setup pnpm
24+
run: npm install -g [email protected]
2325
- name: Unit tests
2426
run: sbt test
2527
- name: Scripted tests

sbt-scalajs-bundler/src/sbt-test/sbt-scalajs-bundler/pnpm/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
scalaVersion := "2.12.8"
22

3-
packageManager := scalajsbundler.Pnpm(version = Some("7.0.1"))
3+
packageManager := scalajsbundler.Pnpm()
44

55
scalaJSUseMainModuleInitializer := true
66

0 commit comments

Comments
 (0)