diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58a94c13..56909e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v2 - - name: Use Node.js 12.x + - name: Use Node.js 14.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 14.x - name: Run Remark Markdown Linter run: | CXXFLAGS="--std=c++14"