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