From f572165143959b5e136619868cfa479e18cc9912 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 15 Oct 2023 21:28:09 +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 2bf927f..93d3819 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