Skip to content

Commit fcddbd8

Browse files
authored
remove Node 16 from test-latest in build.yml
1 parent 7ca4f8d commit fcddbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
node-version: [16, 18, 20, 22]
44+
node-version: [18, 20, 22]
4545

4646
steps:
4747
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)