Skip to content

Commit 3f060ad

Browse files
Update release.yml
1 parent e602393 commit 3f060ad

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,17 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v2
1414
with:
1515
submodules: recursive
1616

17-
- name: Fix post run npm cleanup
18-
run: mkdir -p /home/runner/.npm; touch /home/runner/package-lock.json
19-
continue-on-error: true
20-
21-
- uses: actions/setup-node@v3
17+
- name: Install Node.js and npm
18+
uses: actions/setup-node@v2
2219
with:
23-
node-version: 14
24-
cache: 'npm'
20+
node-version: '14'
2521

26-
- name: Install dependencies
27-
run: |
28-
sudo npm install -g coffeescript@1.12.7
22+
- name: Install coffeescript
23+
run: npm install -g coffeescript
2924

3025
- name: Get the version
3126
id: get_version

0 commit comments

Comments
 (0)