Skip to content

Commit a6a7989

Browse files
committed
Update release-automated.yml
1 parent 81ed15a commit a6a7989

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release-automated.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,8 @@ jobs:
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)