From e4d1c8af72ad607ebc7dd98d19ca3873fe24ffd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 18 Aug 2021 16:43:17 +0200 Subject: [PATCH] Update GitHub workflows to node.js 14 --- .github/workflows/javascript.yml | 2 +- .github/workflows/typescript.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 83bceed..ccd0d32 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -19,7 +19,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "14" - uses: actions/checkout@v2 - run: echo "::add-matcher::.github/javascript-syntax.json" - name: Remove files to be ignored diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 17512bf..587997f 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -17,7 +17,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "14" - uses: actions/checkout@v2 - run: npm install - run: npx tsc --noEmit @@ -30,7 +30,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "14" - uses: actions/checkout@v2 - run: npm install - run: npx eslint . @@ -44,7 +44,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "14" - uses: actions/checkout@v2 - run: npm install - run: npx tsc -- 2.20.1