From: Tim Düsterhus Date: Wed, 9 Mar 2022 14:29:38 +0000 (+0100) Subject: Merge branch '5.4' X-Git-Tag: 5.5.0_Beta_1~11 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a667c982df31a15de05d3eda887494db26d338ee;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Merge branch '5.4' --- a667c982df31a15de05d3eda887494db26d338ee 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: |