From 8d76e26a108e7bfe33380ba2d12d99373bae7d87 Mon Sep 17 00:00:00 2001 From: Alejandro Pozo Huertas Date: Mon, 9 Oct 2023 12:49:15 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"