Skip to content

Commit 9b5a58d

Browse files
committed
chore: update workflow actions
1 parent c47dace commit 9b5a58d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 18.18.2
24+
node-version: 24.14.0
2525

2626
- name: Install dependencies
2727
run: npm install

.github/workflows/depoly-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18.18.2
30+
node-version: 24.14.0
3131

3232
- name: Install dependencies
3333
run: npm install

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 18.18.2
24+
node-version: 24.14.0
2525

2626
- name: Install dependencies
2727
run: npm install
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: 18.18.2
42+
node-version: 24.14.0
4343
registry-url: https://registry.npmjs.org/
4444

4545
- name: Install dependencies

0 commit comments

Comments
 (0)