Skip to content

Commit 44de10f

Browse files
committed
Drop Node 14 completely
1 parent ef520d9 commit 44de10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
strategy:
129129
fail-fast: false
130130
matrix:
131-
node-version: [14, 18]
131+
node-version: [16, 18]
132132
# Service containers to run with `runner-job`
133133
services:
134134
# Label used to access the service container
@@ -201,7 +201,7 @@ jobs:
201201
strategy:
202202
fail-fast: false
203203
matrix:
204-
node-version: [14, 18]
204+
node-version: [16, 18]
205205
steps:
206206
- name: Checkout
207207
uses: actions/checkout@v3

0 commit comments

Comments
 (0)