[FIX] package.json: bump node version to v12

Node 10.x is no longer maintained, and since a recent commit [1],
a test fails with that version.

[1] 88fd1cf483
This commit is contained in:
Aaron Bohy
2021-07-06 12:02:53 +02:00
committed by Géry Debongnie
parent 6faaa6c361
commit ad42c583c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [10.x, 12.x, 14.x] node-version: [12.x, 14.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
+1 -1
View File
@@ -10,7 +10,7 @@
"dist" "dist"
], ],
"engines": { "engines": {
"node": ">=10.15.3" "node": ">=12.18.3"
}, },
"scripts": { "scripts": {
"build:bundle": "rollup -c", "build:bundle": "rollup -c",