Skip to content

Commit

Permalink
Attempted GHA fixups based on actions/setup-node#81
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Nov 20, 2023
1 parent 5776dc5 commit 3e7d17b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
always-auth: true

- name: Install Dependencies
run: yarn
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased


## [v3.0.1](https://github.com/stellar/js-xdr/compare/v3.0.0...v3.0.1)

### Fixes
- This package is now being published to `@stellar/js-xdr` on NPM.
- The versions at `js-xdr` are now considered **deprecated** ([#111](https://github.com/stellar/js-xdr/pull/111)).
- Misc. dependencies have been upgraded ([#104](https://github.com/stellar/js-xdr/pull/104), [#106](https://github.com/stellar/js-xdr/pull/106), [#107](https://github.com/stellar/js-xdr/pull/107), [#108](https://github.com/stellar/js-xdr/pull/108), [#105](https://github.com/stellar/js-xdr/pull/105)).


## [v3.0.0](https://github.com/stellar/js-xdr/compare/v2.0.0...v3.0.0)

### Breaking Change
Expand Down

0 comments on commit 3e7d17b

Please sign in to comment.