From: Tim Düsterhus Date: Fri, 3 Mar 2023 11:28:20 +0000 (+0100) Subject: Update GitHub workflows to node.js 18 in d.ts exporter X-Git-Tag: 6.0.0_Alpha_1~13 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8031dc0fb3c3845d64422b17340fc2275807f595;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Update GitHub workflows to node.js 18 in d.ts exporter --- diff --git a/.github/workflows/d-ts.yml b/.github/workflows/d-ts.yml index 6e9d183..3f6ac3a 100644 --- a/.github/workflows/d-ts.yml +++ b/.github/workflows/d-ts.yml @@ -25,7 +25,7 @@ jobs: - name: Set up node.js uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "npm" - run: npm install - uses: actions/checkout@v3