Skip to content

Commit 042f121

Browse files
committed
Also run GitHub Actions with Node.js v15.
1 parent 6bc864a commit 042f121

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest]
10-
node: ['10', '12', '14']
10+
node: ['10', '12', '14', '15']
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Setup Node.js v${{ matrix.node }}

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Updated the [`react`](https://npm.im/react) and [`react-dom`](https://npm.im/react-dom) peer dependencies to `16.8 - 17`.
88
- Updated dependencies.
9+
- Also run GitHub Actions with Node.js v15.
910

1011
## 12.0.0
1112

0 commit comments

Comments
 (0)