museria 0.2.45 → 0.2.47

Sign up to get free protection for your applications and to get access to all the features.
@@ -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