Skip to content

Commit b610325

Browse files
drop tests for node 16 (#127)
1 parent 11b4d61 commit b610325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x] # see https://nodejs.org/en/about/releases/
18+
node-version: [18.x, 20.x] # see https://nodejs.org/en/about/releases/
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)