Skip to content

Commit 2d311d3

Browse files
committed
update CI
1 parent 41e31a2 commit 2d311d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [12, 14, 16, 'lts/*']
14+
node: [16, 18, 'lts/*']
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 1
1719
- uses: actions/setup-node@v4
1820
with:
1921
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)