Skip to content

Commit

Permalink
Add Node 16 to CI (jashkenas#5372)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth authored Sep 15, 2021
1 parent 07f644c commit b90bc24
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
node-version: [6.x, 8.x, 10.x, 12.x, 14.x]
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,11 +34,11 @@ jobs:

- run: node ./bin/cake test:browser
if: matrix.node-version != '6.x' && matrix.node-version != '8.x'

- run: node ./bin/cake test:browser:node

- run: node ./bin/cake test:integrations

- run: node ./bin/cake build:except-parser
- run: node ./bin/cake build:parser
- run: node ./bin/cake build:full
Expand Down
4 changes: 2 additions & 2 deletions docs/v2/browser-compiler-legacy/coffeescript.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/v2/browser-compiler-modern/coffeescript.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/coffeescript-browser-compiler-legacy/coffeescript.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/coffeescript-browser-compiler-modern/coffeescript.js

Large diffs are not rendered by default.

0 comments on commit b90bc24

Please sign in to comment.