From 2eda0fe0121aa84411e3e537cf96dc150b89d935 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Fri, 21 Jul 2023 09:37:24 +0200 Subject: [PATCH] chore(deps): bump nodejs 20.4.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47a4cc5..149d634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - windows-latest node-version: - 18.17.0 - - 20.4.0 + - 20.5.0 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3.7.0