From: Tim Düsterhus Date: Wed, 9 Mar 2022 14:31:35 +0000 (+0100) Subject: Merge branch '5.4' X-Git-Tag: 5.5.0_Beta_1~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=23c319741fe8e156249334a3c8ceb7ace59b5796;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.legalNotice.git Merge branch '5.4' --- 23c319741fe8e156249334a3c8ceb7ace59b5796 diff --cc .github/workflows/javascript.yml index ccd0d32,7d4ac7c..4f7f35f --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@@ -19,8 -19,8 +19,8 @@@ jobs - name: Set up node.js uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "14" - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: echo "::add-matcher::.github/javascript-syntax.json" - name: Remove files to be ignored run: |