Skip to content

Commit feaea21

Browse files
Update dependencies (#5416)
* Update dependencies * Test in Node 18 * Install dependencies as part of release * Update output * Give the browser tests three attempts
1 parent b51361a commit feaea21

File tree

8 files changed

+148
-185
lines changed

8 files changed

+148
-185
lines changed

Diff for: .github/workflows/continuous-integration.yml

+2-2
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: [12.x, 14.x, 16.x, 17.x]
14+
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -39,6 +39,6 @@ jobs:
3939

4040
# Test
4141
- run: node ./bin/cake test
42-
- run: node ./bin/cake test:browser
42+
- run: node ./bin/cake test:browser || node ./bin/cake test:browser || node ./bin/cake test:browser
4343
- run: node ./bin/cake test:browser:node
4444
- run: node ./bin/cake test:integrations

Diff for: Cakefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,9 @@ task 'doc:source:watch', 'watch and continually rebuild the annotated source doc
364364
buildAnnotatedSource yes
365365

366366

367-
task 'release', 'build and test the CoffeeScript source, and build the documentation', ->
367+
task 'release', 'update dependencies, build and test the CoffeeScript source, and build the documentation', ->
368368
execSync '''
369+
npm install --silent
369370
cake build:full
370371
cake build:browser
371372
cake doc:test

Diff for: docs/v2/browser-compiler-legacy/coffeescript.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/v2/browser-compiler-modern/coffeescript.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/coffeescript-browser-compiler-legacy/coffeescript.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/coffeescript-browser-compiler-modern/coffeescript.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)