Skip to content

Commit e8631a7

Browse files
chore(deps): update dependency node to v24
1 parent a9f1eb2 commit e8631a7

4 files changed

Lines changed: 135 additions & 48 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v5
1616
with:
17-
node-version: '20.x'
17+
node-version: '24.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
cache: 'npm'
2020

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v5
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
cache: npm
1919
registry-url: 'https://registry.npmjs.org'
2020
- name: Install dependencies

0 commit comments

Comments
 (0)