Skip to content

Commit dd9cf0d

Browse files
committed
github action - node 12/14/15
1 parent 34e1232 commit dd9cf0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [12.x, 14.x, 15.x, 16.x]
22+
node-version: [12.x, 14.x, 15.x]
2323

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

Diff for: .github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [12.x, 14.x, 15.x, 16.x]
22+
node-version: [12.x, 14.x, 15.x]
2323

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

Diff for: .github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [12.x, 14.x, 15.x, 16.x]
22+
node-version: [12.x, 14.x, 15.x]
2323

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

0 commit comments

Comments
 (0)