Skip to content

Commit c68c058

Browse files
committed
disable node 14
1 parent 4234d7c commit c68c058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
strategy:
4343
matrix:
44-
node-version: [14.x, 16.x, 18.x]
44+
node-version: [16.x, 18.x]
4545
os: [ubuntu-latest, windows-latest, macos-latest]
4646

4747
steps:

0 commit comments

Comments
 (0)