Skip to content

Commit d59dcdb

Browse files
chore(deps): update dependency node to v24
1 parent 9f5c7ad commit d59dcdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- uses: actions/setup-node@v4
3939
with:
40-
node-version: 14.x
40+
node-version: 24.x
4141
- name: Downgrade Packages
4242
run: |
4343
npm install --save-exact [email protected] [email protected] -f

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js 16
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 16
22+
node-version: 24
2323

2424
- name: Install Dependencies
2525
run: npm install -f

0 commit comments

Comments
 (0)