From 908aa05478c3a9d9ba0da9c3d35e1f914992a61f Mon Sep 17 00:00:00 2001 From: Juerg B <44573692+juergba@users.noreply.github.com> Date: Sun, 25 Apr 2021 17:51:52 +0200 Subject: [PATCH] GH actions: add Node v16 (#4629) --- .github/workflows/mocha.yml | 4 ++-- .github/workflows/stale.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mocha.yml b/.github/workflows/mocha.yml index bd05376b69..b827d646ef 100644 --- a/.github/workflows/mocha.yml +++ b/.github/workflows/mocha.yml @@ -28,7 +28,7 @@ jobs: - 10 - 12 - 14 - - 15 + - 16 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 @@ -73,7 +73,7 @@ jobs: - 10 - 12 - 14 - - 15 + - 16 include: - os: ubuntu-latest node: 14 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0083bbfbe9..7a4088b2dd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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