From 7a3dbdf1df2607e7b378f8af4643c0e904b1369a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 5 Feb 2024 18:58:31 +0100 Subject: [PATCH] chore: use latest LTS Node.js version for running tests --- assets/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/github-actions.yml b/assets/github-actions.yml index a487bed..7e33196 100644 --- a/assets/github-actions.yml +++ b/assets/github-actions.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: lts/* - name: Install dependencies run: {{installDepsCommand}} - name: Install Playwright Browsers