Skip to content

Commit b51c360

Browse files
committed
fix: update node version matrix to only include 16.x
1 parent 5362c12 commit b51c360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14.x, 16.x]
13+
node-version: [16.x]
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)