Skip to content

Commit 2f9c2f2

Browse files
committed
只构建 node 16.x 的
1 parent 853b9d1 commit 2f9c2f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [14.x, 16.x, 17.x]
22+
node-version: [16.x]
2323

2424
# The type of runner that the job will run on
2525
runs-on: ubuntu-18.04

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [14.x, 16.x, 17.x]
22+
node-version: [16.x]
2323

2424
# The type of runner that the job will run on
2525
runs-on: windows-latest

0 commit comments

Comments
 (0)