Skip to content

Commit a56216b

Browse files
committed
chore: update workflow actions
1 parent a9414ea commit a56216b

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 18.18.2
28+
node-version: 24.14.0
2929

3030
- name: Install dependencies
3131
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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 18.18.2
28+
node-version: 24.14.0
2929

3030
- name: Install dependencies
3131
run: npm install
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v3
4545
with:
46-
node-version: 18.18.2
46+
node-version: 24.14.0
4747
registry-url: https://registry.npmjs.org/
4848

4949
- name: Install dependencies

0 commit comments

Comments
 (0)