From dc04535c91eb1b94b9b9ce623da026e5290c9ca1 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Wed, 21 Jun 2023 23:51:58 +0100 Subject: [PATCH] chore: add 18.16.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 074f7d4a..25b6a795 100644 --- a/.github/workflows/update_readme_api.yml +++ b/.github/workflows/update_readme_api.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3.6.0 with: - node-version: 18.16.0 + node-version: 18.16.1 - run: npm ci - run: npm run docs - uses: gr2m/create-or-update-pull-request-action@v1