diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 601b64e7..bea34578 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: node-version: 16.14.2 - name: Setup yarn run: npm install -g yarn@1.22.15 + - name: Setup pnpm + run: npm install -g pnpm@7.0.1 - name: Unit tests run: sbt test - name: Scripted tests diff --git a/sbt-scalajs-bundler/src/sbt-test/sbt-scalajs-bundler/pnpm/build.sbt b/sbt-scalajs-bundler/src/sbt-test/sbt-scalajs-bundler/pnpm/build.sbt index ebb01429..b73d5d84 100644 --- a/sbt-scalajs-bundler/src/sbt-test/sbt-scalajs-bundler/pnpm/build.sbt +++ b/sbt-scalajs-bundler/src/sbt-test/sbt-scalajs-bundler/pnpm/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.12.8" -packageManager := scalajsbundler.Pnpm(version = Some("7.0.1")) +packageManager := scalajsbundler.Pnpm() scalaJSUseMainModuleInitializer := true