We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ee699 commit 7c1b1b6Copy full SHA for 7c1b1b6
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
node-version: 16.14.2
21
- name: Setup yarn
22
run: npm install -g [email protected]
23
+ - name: Setup pnpm
24
+ run: npm install -g [email protected]
25
- name: Unit tests
26
run: sbt test
27
- name: Scripted tests
sbt-scalajs-bundler/src/sbt-test/sbt-scalajs-bundler/pnpm/build.sbt
@@ -1,6 +1,6 @@
1
scalaVersion := "2.12.8"
2
3
-packageManager := scalajsbundler.Pnpm(version = Some("7.0.1"))
+packageManager := scalajsbundler.Pnpm()
4
5
scalaJSUseMainModuleInitializer := true
6
0 commit comments