Skip to content

Commit bb86013

Browse files
committed
chore(workflows): update
1 parent 45483c5 commit bb86013

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/daily-project-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x]
15+
node-version: [14.x]
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717

1818
steps:

.github/workflows/project-check.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- master
77
pull_request:
8-
branches:
9-
- master
108

119
jobs:
1210
build:
@@ -15,7 +13,7 @@ jobs:
1513

1614
strategy:
1715
matrix:
18-
node-version: [12.x]
16+
node-version: [14.x]
1917
os: [ubuntu-latest, windows-latest, macOS-latest]
2018

2119
steps:

0 commit comments

Comments
 (0)