Skip to content

Commit 2f54494

Browse files
Update release.yml (test)
1 parent af2a30f commit 2f54494

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ 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@v2
19+
with:
20+
node-version: '14'
21+
22+
- name: Install coffeescript
23+
run: npm install -g coffeescript
2224

2325
- name: Get the version
2426
id: get_version

0 commit comments

Comments
 (0)