Skip to content

Commit 3fe3561

Browse files
dword-design-honestlydword-design
authored andcommitted
chore: update github workflows
1 parent 0cf5427 commit 3fe3561

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,18 @@ jobs:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
strategy:
6363
matrix:
64-
include:
65-
- node: 14
66-
os: ubuntu-latest
67-
- node: 16
68-
os: ubuntu-latest
69-
- os: macos-latest
70-
version: 14
71-
- os: windows-latest
72-
version: 14
64+
exclude:
65+
- node: 12
66+
os: macos-latest
67+
- node: 12
68+
os: windows-latest
69+
node:
70+
- 12
71+
- 14
72+
os:
73+
- macos-latest
74+
- windows-latest
75+
- ubuntu-latest
7376
name: build
7477
on:
7578
pull_request: {}

.github/workflows/deprecated-dependencies.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
comment: Auto-closing the issue
2626
issue-number: ${{ steps.create-deprecation-issue.outputs.number }}
27-
- uses: gautamkrishnar/keepalive-workflow@v1
2827
name: deprecated-dependencies
2928
on:
3029
schedule:

.github/workflows/sync-metadata.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
approve: false
99
commitMessage: "fix: write GitHub metadata to package.json [{changes}]"
1010
githubToken: ${{ secrets.GITHUB_TOKEN }}
11-
- uses: gautamkrishnar/keepalive-workflow@v1
1211
name: sync-metadata
1312
on:
1413
schedule:

0 commit comments

Comments
 (0)