From 38c72e70aeb17a000c0c7eae44f66860fb2c07b5 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 15 Oct 2023 14:46:55 +0100 Subject: [PATCH] chore(deps): bump to nodejs 20.8.1 --- .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 e64bd346..17a73739 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - windows-latest node-version: - 18.18.2 - - 20.8.0 + - 20.8.1 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v3.8.1