Skip to content

Commit 862611c

Browse files
committed
fix!:drop node 14 from test
1 parent 0265a80 commit 862611c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [14.x, 16.x, 18.x, 20.x]
8+
node-version: [16.x, 18.x, 20.x]
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)