museria 0.2.47 → 0.2.48

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  strategy:
11
11
  matrix:
12
- node-version: [12.x, 14.x, 16.x]
12
+ node-version: [14.x, 16.x, 18.x]
13
13
  steps:
14
14
  - uses: actions/checkout@v2
15
15
  - name: Run tests with ${{ matrix.node-version }}
@@ -9,7 +9,7 @@ jobs:
9
9
  - uses: actions/checkout@v2
10
10
  - uses: actions/setup-node@v1
11
11
  with:
12
- node-version: 14
12
+ node-version: 16
13
13
  - run: npm install -g npm
14
14
  - run: npm ci
15
15
  - run: npm ddp