Skip to content

Commit

Permalink
ci: add Node.js v16 (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Aug 14, 2021
1 parent 0aacac1 commit da5cd9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-external.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-internal.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
fail-fast: false

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,8 @@

<p align="center">
<a href="https://discord.gg/ZegqCBr"><img src="https://img.shields.io/discord/612704110008991783" alt="discord"></a>
<a href="https://github.com/standard/standard/actions/workflows/test-external.yml"><img src="https://github.com/standard/standard/workflows/test-external.yml/badge.svg?branch=master" alt="External tests"></a>
<a href="https://github.com/standard/standard/actions/workflows/test-internal.yml"><img src="https://github.com/standard/standard/workflows/test-internal.yml/badge.svg?branch=master" alt="Internal tests"></a>
<a href="https://github.com/standard/standard/actions/workflows/test-external.yml"><img src="https://github.com/standard/standard/actions/workflows/test-external.yml/badge.svg?branch=master" alt="External tests"></a>
<a href="https://github.com/standard/standard/actions/workflows/test-internal.yml"><img src="https://github.com/standard/standard/actions/workflows/test-internal.yml/badge.svg?branch=master" alt="Internal tests"></a>
<a href="https://github.com/standard/standard/actions?query=workflow%3A%22Old+test%22"><img src="https://github.com/standard/standard/workflows/Old%20test/badge.svg" alt="status badge old Node test"></a>
<a href="https://www.npmjs.com/package/standard"><img src="https://img.shields.io/npm/v/standard.svg" alt="npm version"></a>
<a href="https://www.npmjs.com/package/eslint-config-standard"><img src="https://img.shields.io/npm/dm/eslint-config-standard.svg" alt="npm downloads"></a>
Expand Down
3 changes: 2 additions & 1 deletion test/external/test.json
Expand Up @@ -1049,7 +1049,8 @@
{
"name": "bitmidi.com",
"repo": "https://github.com/feross/bitmidi.com",
"install": true
"install": true,
"disable": true
},
{
"name": "speakeasyjs.com",
Expand Down

0 comments on commit da5cd9a

Please sign in to comment.