Skip to content

Commit ee0d992

Browse files
committed
Use Node 16 in CI and examples
1 parent 00be60a commit ee0d992

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-dist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626

27-
- name: Set Node.js 12.x
27+
- name: Set Node.js 16.x
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: 12.x
30+
node-version: 16.x
3131
cache: npm
3232

3333
- name: Install dependencies

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 12
16+
node-version: 16
1717
cache: npm
1818
- run: npm ci
1919
- run: npm run style:check

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
- uses: actions/checkout@v3
377377
- uses: actions/setup-node@v3
378378
with:
379-
node-version: 14
379+
node-version: 16
380380
- run: npm ci
381381
# or one-off:
382382
- run: npm install execa

0 commit comments

Comments
 (0)