Skip to content

Commit 888c5c1

Browse files
committed
infra: stop testing on node 14
- it breaks on newer dependencies syntax (rollup) and is widely unused anyway
1 parent 11a5303 commit 888c5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
node-version: [18, 16, 14]
11+
node-version: [18, 16]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)