Skip to content

Commit b0b9eef

Browse files
committed
Fully drop Node 14
1 parent 80c743c commit b0b9eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
strategy:
7979
matrix:
80-
node-version: [14, 16, 18]
80+
node-version: [16, 18]
8181
fail-fast: false
8282
steps:
8383
- name: Checkout Master

0 commit comments

Comments
 (0)