Skip to content

Commit b90bc24

Browse files
Add Node 16 to CI (#5372)
1 parent 07f644c commit b90bc24

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: [ubuntu-latest, macos-latest, windows-latest]
14-
node-version: [6.x, 8.x, 10.x, 12.x, 14.x]
14+
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -34,11 +34,11 @@ jobs:
3434

3535
- run: node ./bin/cake test:browser
3636
if: matrix.node-version != '6.x' && matrix.node-version != '8.x'
37-
37+
3838
- run: node ./bin/cake test:browser:node
3939

4040
- run: node ./bin/cake test:integrations
41-
41+
4242
- run: node ./bin/cake build:except-parser
4343
- run: node ./bin/cake build:parser
4444
- run: node ./bin/cake build:full

docs/v2/browser-compiler-legacy/coffeescript.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v2/browser-compiler-modern/coffeescript.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/coffeescript-browser-compiler-legacy/coffeescript.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/coffeescript-browser-compiler-modern/coffeescript.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)