diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73646f5..4c156c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: if: ${{ !contains(github.head_ref, 'all-contributors') }} strategy: matrix: - node: [10.x, 12.x] + node: [12, 14, 16] runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs diff --git a/README.md b/README.md index 11a3d25..95f9d24 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ practices.

[![Star on GitHub][github-star-badge]][github-star] [![Tweet][twitter-badge]][twitter] +
@@ -39,7 +40,6 @@ practices.

- - [The Problem](#the-problem) - [This Solution](#this-solution) - [Installation](#installation) @@ -185,4 +185,3 @@ Contributions of any kind welcome! [stackoverflow]: https://stackoverflow.com/questions/tagged/svelte-testing-library - diff --git a/package.json b/package.json index e831adf..008648f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/testing-library/svelte-testing-library/issues" }, "engines": { - "node": ">= 8" + "node": ">= 12" }, "keywords": [ "testing",