Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit 829a45e

Browse files
author
Ernest
committed
ci: update
1 parent fd9b864 commit 829a45e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313

14-
- name: Use Node.js 12
14+
- name: Use Node.js 14
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 12.x
17+
node-version: 14.x
1818

1919
- name: Setup user
2020
run: |

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
ref: main
1515

16-
- name: Use Node.js 12
16+
- name: Use Node.js 14
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 12.x
19+
node-version: 14.x
2020

2121
- name: Setup user
2222
run: |

0 commit comments

Comments
 (0)