From a9ecee41fb5769cc73cdf4e11af02ee3c3a43790 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 3 Nov 2022 20:39:18 +0100 Subject: [PATCH] run pull request check(s) on Node.js v18 (#1031) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lgtm 👍 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5ceb554..9180585 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 with: - node-version: 12 + node-version: 18 - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 id: cache