Skip to content

Commit

Permalink
Also run GitHub Actions with Node.js v14.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed May 17, 2020
1 parent d060eca commit 0021828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: ['10', '12', '13']
node: ['10', '12', '13', '14']
steps:
- uses: actions/checkout@v1
- name: Setup Node.js v${{ matrix.node }}
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### Patch

- Updated the [`graphql`](https://npm.im/graphql) peer dependency to `0.13.1 - 15`.
- Also run GitHub Actions with Node.js v14.

## 4.1.2

Expand Down

0 comments on commit 0021828

Please sign in to comment.