Skip to content

Commit 1c482cd

Browse files
committed
build: stop testing on node 14
1 parent f21238b commit 1c482cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
node-version: [14, 16, 18]
20+
node-version: [16, 18, 20]
2121
os: [macos-latest, ubuntu-latest, windows-latest]
2222
runs-on: ${{ matrix.os }}
2323
permissions:

0 commit comments

Comments
 (0)