Skip to content

Commit

Permalink
Update CI checkout and setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Feb 13, 2024
1 parent 15a9bb1 commit 1a9c525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webwallet_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setting up Node 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
scope: "@dusk-network"
Expand Down
1 change: 1 addition & 0 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change `fiatCurrency`, `locale`, `tokenCurrency`, `token` to required properties in Balance component [#1323](https://github.com/dusk-network/rusk/issues/1323)
- Change `package.json` fields to reflect repo change [#1367](https://github.com/dusk-network/rusk/issues/1367)
- Change `walletStore.js` to receive gasPrice and gasLimit when `transfer` , `stake`, `unstake` and `withdrawRewards` are called [#1353](https://github.com/dusk-network/rusk/issues/1353)
- Update deprecated Node actions in CI [#1343](https://github.com/dusk-network/rusk/issues/1343)

### Removed

Expand Down

0 comments on commit 1a9c525

Please sign in to comment.