From 3592fae7ef66574630f39e63de2645551cff3fd6 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Fri, 10 May 2024 18:39:32 +0100 Subject: [PATCH] chore: add 20.13.1 (jobs.update_readme_api.steps.with.node-version) --- .github/workflows/update_readme_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_readme_api.yml b/.github/workflows/update_readme_api.yml index 00bfab69..47cb546d 100644 --- a/.github/workflows/update_readme_api.yml +++ b/.github/workflows/update_readme_api.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4.1.5 - uses: actions/setup-node@v4.0.2 with: - node-version: 20.13.0 + node-version: 20.13.1 - run: npm ci - run: npm run docs - uses: gr2m/create-or-update-pull-request-action@v1