Skip to content

Commit dbfc8cf

Browse files
use older coffeescript-version to be compatibel with cui
1 parent b7c91cf commit dbfc8cf

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Install coffeescript-compiler
13-
run: sudo apt-get install coffeescript
12+
- name: Set up Node.js
13+
uses: actions/setup-node@v4
14+
with:
15+
node-version: 10
16+
17+
- name: Install CoffeeScript 1.x
18+
run: npm install -g coffeescript@1.12.7
1419

1520
- name: Checkout
1621
uses: actions/checkout@v2

0 commit comments

Comments
 (0)