Skip to content

Commit 7e4ce05

Browse files
Drop Node v16
1 parent 361ec32 commit 7e4ce05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node: [16, 18]
30+
node: [18, 20]
3131
name: Test with Node ${{ matrix.node }}
3232
steps:
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)