Skip to content

Commit bcb33d1

Browse files
committed
drop Node 12
1 parent 3519024 commit bcb33d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lazy-walls-reflect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
Drop Node 12 support

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
26+
node-version: [14.x, 16.x, 17.x, 18.x, 19.x]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)