museria 0.2.43 → 0.2.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,7 @@ jobs:
16
16
  uses: actions/setup-node@v1
17
17
  with:
18
18
  node-version: ${{ matrix.node-version }}
19
+ - run: npm install -g npm
19
20
  - run: npm ci
20
21
  - run: npm ddp
21
22
  - run: npm run build-ci
@@ -10,6 +10,7 @@ jobs:
10
10
  - uses: actions/setup-node@v1
11
11
  with:
12
12
  node-version: 14
13
+ - run: npm install -g npm
13
14
  - run: npm ci
14
15
  - run: npm ddp
15
16
  - run: npm run build-ci