Skip to content

Commit e284e16

Browse files
authored
ci: Fix auto-release (#179)
1 parent a0f5230 commit e284e16

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/release-automated.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
with:
1212
persist-credentials: false
1313
- name: Setup Node
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: 14
17-
- name: Cache Node.js modules
18-
uses: actions/cache@v2
19-
with:
20-
path: ~/.npm
21-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
22-
restore-keys: |
23-
${{ runner.os }}-node-
16+
node-version: 18
17+
cache: npm
2418
- name: Install dependencies
2519
run: npm ci
2620
- name: Run semantic-release

0 commit comments

Comments
 (0)