Skip to content

Commit d130ff3

Browse files
Update release.yml
1 parent 2f54494 commit d130ff3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,18 @@ jobs:
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+
1721
- name: Install Node.js and npm
18-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v3
1923
with:
2024
node-version: '14'
25+
cache: 'npm'
2126

2227
- name: Install coffeescript
23-
run: npm install -g coffeescript
28+
run: sudo npm install -g coffeescript@1.12.7
2429

2530
- name: Get the version
2631
id: get_version

0 commit comments

Comments
 (0)