Skip to content

Commit 6c25d1a

Browse files
Merge branch 'master' of github.com:programmfabrik/fylr-plugin-custom-data-type-dante
2 parents 7043c5d + c3f0cae commit 6c25d1a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Install coffeescript-compiler
13-
run: sudo apt-get install coffeescript
14-
1512
- name: Checkout
1613
uses: actions/checkout@v2
1714
with:
1815
submodules: recursive
1916

20-
- name: Checkout submodules
21-
run: git submodule update --init --recursive
17+
- name: Install Node.js and npm
18+
uses: actions/setup-node@v3
19+
with:
20+
node-version: '14'
21+
cache: 'npm'
22+
23+
- name: Install coffeescript
24+
run: sudo npm install -g coffeescript@1.12.7
2225

2326
- name: Get the version
2427
id: get_version

0 commit comments

Comments
 (0)