Skip to content

Commit 0f21193

Browse files
committed
feat: Removed support for node 12 and 14
1 parent 63e9816 commit 0f21193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
node: [16, 18, 20, 22]
25-
os: [ubuntu-latest, macos-latest, windows-2019]
25+
os: [ubuntu-latest, macos-latest, windows-latest]
2626
name: Node v${{ matrix.node }} (${{ matrix.os }})
2727
runs-on: ${{ matrix.os }}
2828
timeout-minutes: 10

0 commit comments

Comments
 (0)