Skip to content

Commit

Permalink
GH actions: add Node v16 (#4629)
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Apr 25, 2021
1 parent 8285910 commit 908aa05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- 10
- 12
- 14
- 15
- 16
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- 10
- 12
- 14
- 15
- 16
include:
- os: ubuntu-latest
node: 14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
stale-pr-message: >
This PR hasn't had any recent activity, and I'm labeling it `stale`.
Remove the label or comment or this PR will be closed in 14 days.
Thanks for contributing to Mocha!'
Thanks for contributing to Mocha!
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
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 comments on commit 908aa05

Please sign in to comment.