Skip to content

Commit cb16edf

Browse files
Update release.yml
1 parent 2b8b299 commit cb16edf

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Set up Node.js (kompatible Version für CoffeeScript 1.12.8)
12+
- name: Set up Node.js
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: '6'
16-
17-
- name: Check available CoffeeScript versions
18-
run: npm show coffeescript versions
19-
20-
- name: Install CoffeeScript 1.12.8
21-
run: npm install -g coffeescript@1.12.8
15+
node-version: 10
16+
17+
- name: Install CoffeeScript 1.x
18+
run: npm install -g coffeescript@1.12.7
2219

2320
- name: Check CoffeeScript version
2421
run: coffee -v

0 commit comments

Comments
 (0)