diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ec22251e..c026f37f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: submodules: recursive - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 20 + node-version-file: '.nvmrc' cache: 'npm' - name: Install diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ad4e9dc9e..07a16865f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 if: ${{ steps.release.outputs.releases_created }} with: - node-version: 20 + node-version-file: '.nvmrc' registry-url: "https://registry.npmjs.org" - name: Build Packages if: ${{ steps.release.outputs.releases_created }} diff --git a/.nvmrc b/.nvmrc index 2edeafb09..cabf43b5d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 \ No newline at end of file +24 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 604b9138a..8fea6dd32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## System Requirements -node 16+, npm 8+ are recommended. +node 24+, npm 8+ are recommended. ## Compilation target(s)