Skip to content

Commit

Permalink
fix: ci cache, test update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed May 8, 2024
1 parent 6a238a0 commit c2ed1b0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ runs:
node-version: ${{ inputs.node_version }}
registry-url: https://registry.npmjs.org
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
cache-key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: Install
run: yarn
shell: bash
6 changes: 6 additions & 0 deletions hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hostd

## 0.3.11

### Patch Changes

- Test updater.

## 0.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hostd",
"version": "0.3.10",
"version": "0.3.11",
"license": "MIT",
"private": true,
"description": "The hostd desktop app",
Expand Down
6 changes: 6 additions & 0 deletions renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# renterd

## 0.3.11

### Patch Changes

- Test updater.

## 0.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion renterd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renterd",
"version": "0.3.10",
"version": "0.3.11",
"license": "MIT",
"private": true,
"description": "The renterd desktop app",
Expand Down

0 comments on commit c2ed1b0

Please sign in to comment.