Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee0d992

Browse filesBrowse files
committed
Use Node 16 in CI and examples
1 parent 00be60a commit ee0d992
Copy full SHA for ee0d992

File tree

3 files changed

+4
-4
lines changed
Filter options

3 files changed

+4
-4
lines changed

‎.github/workflows/check-dist.yml

Copy file name to clipboardExpand all lines: .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

Copy file name to clipboardExpand all lines: .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

Copy file name to clipboardExpand all lines: 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.