From 0021828bafba350eadbd3c712dba75ad0c3afd52 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Sun, 17 May 2020 15:01:20 +1000 Subject: [PATCH] Also run GitHub Actions with Node.js v14. --- .github/workflows/ci.yml | 2 +- changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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