From cf8c286c2661cbf4215ac1a7ad4129753f796e62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 20 Sep 2021 18:44:54 +0200 Subject: [PATCH] Update GitHub Actions to node.js 16 --- .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 c339bc3a43..a9d9220e64 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: "14" + node-version: "16" - 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 49a7f8c8c6..22829f0bc1 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: "14" + node-version: "16" - uses: actions/checkout@v2 - run: npm install - run: npx tsc --noEmit @@ -32,7 +32,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" - uses: actions/checkout@v2 - run: npm install - run: npx eslint . @@ -46,7 +46,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" - uses: actions/checkout@v2 - run: npm install - run: npx tsc -- 2.20.1