From 95e836b9a0f395672c24e1776b63d5f9a38dc353 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sat, 13 Jul 2024 16:24:37 +0200 Subject: [PATCH] chore: also bump version of node in pull request workflow --- .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 64bc602..091dd3c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 with: - node-version: 18 + node-version: lts/* - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 id: cache