Skip to content

Commit 908aa05

Browse files
authored
GH actions: add Node v16 (#4629)
1 parent 8285910 commit 908aa05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mocha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- 10
2929
- 12
3030
- 14
31-
- 15
31+
- 16
3232
steps:
3333
- uses: actions/checkout@v2
3434
- uses: actions/setup-node@v2
@@ -73,7 +73,7 @@ jobs:
7373
- 10
7474
- 12
7575
- 14
76-
- 15
76+
- 16
7777
include:
7878
- os: ubuntu-latest
7979
node: 14

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
stale-pr-message: >
2020
This PR hasn't had any recent activity, and I'm labeling it `stale`.
2121
Remove the label or comment or this PR will be closed in 14 days.
22-
Thanks for contributing to Mocha!'
22+
Thanks for contributing to Mocha!
2323
exempt-issue-labels: browser,chore,confirmed-bug,developer-experience,documentation,faq,feature,future,good-first-issue,help wanted,nice-to-have,qa,reporter,unconfirmed-bug,usability
2424
exempt-pr-labels: browser,chore,confirmed-bug,developer-experience,documentation,faq,feature,future,needs-review,nice-to-have,qa,reporter,semver-major,semver-minor,semver-patch,usability

0 commit comments

Comments
 (0)