From: Tim Düsterhus Date: Mon, 20 Sep 2021 16:56:16 +0000 (+0200) Subject: Merge branch '5.4' X-Git-Tag: 5.5.0_Alpha_1~438 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7a651e285a9d0395dcf9a9982ba6183f27f79ced;p=GitHub%2FWoltLab%2FWCF.git Merge branch '5.4' --- 7a651e285a9d0395dcf9a9982ba6183f27f79ced diff --cc .github/workflows/typescript.yml index eca73057ff,22829f0bc1..fcb6ebb96b --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@@ -18,8 -17,8 +18,8 @@@ jobs - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" - - uses: actions/checkout@v2 + cache: "npm" - run: npm install - run: npx tsc --noEmit - name: Check that tslib is in sync. @@@ -34,8 -32,8 +34,8 @@@ - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" - - uses: actions/checkout@v2 + cache: "npm" - run: npm install - run: npx eslint . javascript_sync: @@@ -49,8 -46,8 +49,8 @@@ - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" - - uses: actions/checkout@v2 + cache: "npm" - run: npm install - run: npx tsc - run: echo "::add-matcher::.github/diff.json"