Skip to content

Commit 85cfc4d

Browse files
chore(deps): update dependency node to v24
1 parent 2a00bcd commit 85cfc4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 14.x
13+
node-version: 24.x
1414
registry-url: https://registry.npmjs.org
1515
- run: npm install
1616
- run: |

.github/workflows/release_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 14.x
13+
node-version: 24.x
1414
registry-url: https://registry.npmjs.org
1515
- run: npm install
1616
- run: |

.github/workflows/spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-node@v3
1010
with:
11-
node-version: 14.x
11+
node-version: 24.x
1212
- run: npm install
1313
- run: npm test
1414
- run: npm run eslint:check

0 commit comments

Comments
 (0)