From 8c39efe69403d9ef827fc2c6a673508a666d8ef8 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 15 Oct 2023 04:29:56 +0100 Subject: [PATCH] chore(deps): bump to nodejs 18.18.2 --- .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 92208d64..b4dbdf5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: max-parallel: 1 matrix: node-version: - - 18.18.1 + - 18.18.2 - 20.8.0 steps: - uses: actions/checkout@v4 @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3.8.1 with: - node-version: 18.18.1 + node-version: 18.18.2 cache: npm - run: npm ci - run: npx semantic-release diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 411131d1..42a234ef 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -21,7 +21,7 @@ jobs: languages: javascript - uses: actions/setup-node@v3.8.1 with: - node-version: 18.18.1 + node-version: 18.18.2 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 1123beec..40c8742e 100644 --- a/.github/workflows/update_package_lock.yml +++ b/.github/workflows/update_package_lock.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3.8.1 with: - node-version: 18.18.1 + node-version: 18.18.2 - run: npm install - uses: gr2m/create-or-update-pull-request-action@v1 env: diff --git a/.github/workflows/update_readme_api.yml b/.github/workflows/update_readme_api.yml index 5bb6f089..63630749 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@v3.8.1 with: - node-version: 18.18.1 + node-version: 18.18.2 - run: npm ci - run: npm run docs - uses: gr2m/create-or-update-pull-request-action@v1