Skip to content

Commit df2d678

Browse files
committed
Use coffeescript@1
1 parent d189a5d commit df2d678

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
version: '1.38.47'
1515
- name: install coffee
16-
run: npm install --global coffeescript
16+
run: npm install --global coffeescript@1
1717
- name: make
1818
run: make

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"url": "https://github.com/kripken/sql.js/issues"
3838
},
3939
"devDependencies": {
40+
"coffeescript": "^1.12.7",
4041
"test": ">=0.6",
4142
"tiny-worker": "^2.3.0"
4243
},

0 commit comments

Comments
 (0)