Skip to content

Commit

Permalink
Drop Node 8 support (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 15, 2021
1 parent 99a64d5 commit bbfff1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ '8', '10', '12', '14' ]
node-version: [ '10', '12', '14' ]
os: [ubuntu-latest, windows-latest]
name: Test on Node v${{ matrix.node-version }} on ${{ matrix.os }}
steps:
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## 3.0.0 (unreleased)

* Breaking: dropped Svelte 2 support ([#150](https://github.com/sveltejs/svelte-loader/pull/150))
* Webpack 5 support ([#151](https://github.com/sveltejs/svelte-loader/pull/151))
* Node 14 support and fix intermittent crashes when using `cache-loader` in front of `svelte-loader` ([#125](https://github.com/sveltejs/svelte-loader/pull/125))
* Breaking: dropped Node 8 support ([#157](https://github.com/sveltejs/svelte-loader/pull/157))
* Add Webpack 5 support ([#151](https://github.com/sveltejs/svelte-loader/pull/151))
* Add Node 14 support and fix intermittent crashes when using `cache-loader` in front of `svelte-loader` ([#125](https://github.com/sveltejs/svelte-loader/pull/125))
* Fix handling of paths containing `$$` ([#149](https://github.com/sveltejs/svelte-loader/pull/149))

## 2.13.6
Expand Down

0 comments on commit bbfff1f

Please sign in to comment.