Skip to content

Commit

Permalink
ci(repo): Upgrading fuel-core to v0.41.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jan 24, 2025
1 parent 8bd867a commit 08ea20f
Show file tree
Hide file tree
Showing 10 changed files with 452 additions and 293 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ runs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22.11.0
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
version: 10.0.0
run_install: true
- name: Get pnpm store directory
shell: bash
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.19 (2025-01-24)

### 🐛 Fixes

- Pin netlink-proto to 0.11.3 (#388)

## 0.0.18 (2025-01-24)

### 🐛 Fixes
Expand Down
Loading

0 comments on commit 08ea20f

Please sign in to comment.