From: Tim Düsterhus Date: Mon, 20 Sep 2021 16:44:54 +0000 (+0200) Subject: Update GitHub Actions to node.js 16 X-Git-Tag: 5.4.8_dev_1~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cf8c286c2661cbf4215ac1a7ad4129753f796e62;p=GitHub%2FWoltLab%2FWCF.git Update GitHub Actions to node.js 16 --- 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