diff --git a/.github/workflows/nodejs.ci.yml b/.github/workflows/nodejs.ci.yml index 9cc605f..ad4d296 100644 --- a/.github/workflows/nodejs.ci.yml +++ b/.github/workflows/nodejs.ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v3