diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47f341f..6080a66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/changelog.md b/changelog.md index c712072..30982b9 100644 --- a/changelog.md +++ b/changelog.md @@ -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