Skip to content

Commit f1fd555

Browse files
authored
chore: update node version (#1377)
Signed-off-by: Michael Beemer <[email protected]>
1 parent abe208f commit f1fd555

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
submodules: recursive
4646
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4747
with:
48-
node-version: 20
48+
node-version-file: '.nvmrc'
4949
cache: 'npm'
5050

5151
- name: Install

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3333
if: ${{ steps.release.outputs.releases_created }}
3434
with:
35-
node-version: 20
35+
node-version-file: '.nvmrc'
3636
registry-url: "https://registry.npmjs.org"
3737
- name: Build Packages
3838
if: ${{ steps.release.outputs.releases_created }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## System Requirements
44

5-
node 16+, npm 8+ are recommended.
5+
node 24+, npm 8+ are recommended.
66

77
## Compilation target(s)
88

0 commit comments

Comments
 (0)