From eb7a6820ad48f13b5ee7f2e4688db063dde25061 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Tue, 24 Dec 2024 05:58:17 +0900 Subject: [PATCH] Bump development Node.js to v22 LTS --- .circleci/config.yml | 16 ++++++++-------- .github/workflows/github-release.yml | 2 +- .nvmrc | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bfb26d7b..59d584bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,7 +105,7 @@ jobs: test-node20: executor: name: node - version: '20.17.0' # Specify LTS version for development + version: '20.18' steps: - prepare - lint @@ -114,7 +114,7 @@ jobs: test-node22: executor: name: node - version: '22.7' + version: '22.12.0' # Specify LTS version for development steps: - prepare - lint @@ -127,15 +127,15 @@ workflows: - test-node18: requires: - audit - context: - - Codecov + # context: + # - Codecov - test-node20: requires: - audit - context: - - Codecov + # context: + # - Codecov - test-node22: requires: - audit - context: - - Codecov + # context: + # - Codecov diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 9bd925ba..f4560c5d 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -9,7 +9,7 @@ jobs: github-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: marp-team/actions@v1 with: task: release diff --git a/.nvmrc b/.nvmrc index 3516580b..1d9b7831 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.17.0 +22.12.0