Skip to content

Commit dbe9483

Browse files
chore(deps): update dependency node to v24 (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6827ef1 commit dbe9483

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/version-bumping/npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
- name: Setup Node.js
5656
uses: actions/setup-node@v4
5757
with:
58-
node-version: 20 # use stable LTS; previous 24 caused manifest warning
58+
node-version: 24 # use stable LTS; previous 24 caused manifest warning
5959
check-latest: true
6060

6161
- name: Install pnpm and yarn

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 20 # use stable LTS; previous 24 caused manifest warning
35+
node-version: 24 # use stable LTS; previous 24 caused manifest warning
3636
check-latest: true
3737

3838
- name: Install dependencies

0 commit comments

Comments
 (0)