Skip to content

Commit 7a656de

Browse files
committed
ci: remove node 16 support
1 parent 13dad6b commit 7a656de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit-ci.yml

Lines changed: 1 addition & 1 deletion
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, 18, 20]
18+
node-version: [18, 20]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

0 commit comments

Comments
 (0)