From 7d12c1f01d9cabcefe3ac079f759788a0e8a6179 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 23 Nov 2023 19:30:41 +0000 Subject: [PATCH] chore(deps): bump to nodejs 20.10.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql_analysis.yml | 2 +- .github/workflows/update_package_lock.yml | 2 +- .github/workflows/update_readme_api.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7f4353e..a37d47a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - macos-latest - windows-latest node-version: - - 20.9.0 + - 20.10.0 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.9.0 + node-version: 20.10.0 cache: npm - run: npm ci - run: npx semantic-release diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 7e0e9770..24128532 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -23,7 +23,7 @@ jobs: languages: javascript - uses: actions/setup-node@v4 with: - node-version: 20.9.0 + node-version: 20.10.0 cache: npm - run: npm ci - name: Perform CodeQL Analysis diff --git a/.github/workflows/update_package_lock.yml b/.github/workflows/update_package_lock.yml index 246b365e..de3e1b6e 100644 --- a/.github/workflows/update_package_lock.yml +++ b/.github/workflows/update_package_lock.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: node-version: - - 20.9.0 + - 20.10.0 browser: - chrome steps: diff --git a/.github/workflows/update_readme_api.yml b/.github/workflows/update_readme_api.yml index 688b4037..b31a0da3 100644 --- a/.github/workflows/update_readme_api.yml +++ b/.github/workflows/update_readme_api.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.9.0 + node-version: 20.10.0 - run: npm ci - run: npm run docs - uses: gr2m/create-or-update-pull-request-action@v1