diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb886629b..672326db4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - run: npm ci - run: npm test - run: npm run lint diff --git a/package.json b/package.json index 0e9116fbf..46aa50b00 100755 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "vue-jest": "3.0.6" }, "engines": { - "node": "12.18.2" + "node": "14.15.1" } }