From: Tim Düsterhus Date: Fri, 3 Mar 2023 11:25:38 +0000 (+0100) Subject: Update GitHub workflows to node.js 18 X-Git-Tag: 5.5.12_dev_1~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9f3e5b8313df938da886a363f0b57d525e063945;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Update GitHub workflows to node.js 18 --- diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 2d08559..6aa8cb3 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -30,7 +30,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "npm" - run: npm install - name: Run prettier @@ -50,7 +50,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "npm" - run: npm install - name: Run prettier diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 7dc230c..232a82c 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -21,7 +21,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" - run: echo "::add-matcher::.github/javascript-syntax.json" - name: Remove files to be ignored run: | diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 04c4fe9..1603f7e 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -19,7 +19,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "npm" - run: npm install - run: npx tsc --noEmit @@ -33,7 +33,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "npm" - run: npm install - run: npx eslint . @@ -48,7 +48,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "npm" - run: npm install - run: rm -r files/js/WoltLabSuite/