We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c7b0d commit c52fb32Copy full SHA for c52fb32
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Node.js (kompatible Version für CoffeeScript 1.12.8)
13
uses: actions/setup-node@v4
14
with:
15
- node-version: '10'
+ node-version: '8'
16
17
- name: Install CoffeeScript 1.12.8
18
run: npm install -g [email protected]
0 commit comments