Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Sep 5, 2024
1 parent a2d78c1 commit ad56d2b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x
- name: Install dependencies
uses: borales/actions-yarn@v3
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
- run: make lint
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.6.0

- Fixed an issue that can occur when unmounting the usePlaidLink hook before the underlying script tag is loaded

## 3.5.2

- Fix rerender issue with PlaidEmbeddedLink
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ clean:

.PHONY: build
build: clean
git status
ls node_modules
cat node_modules/react-script-hook/package.json | grep version
yarn patch-package
@$(ROLLUP) -c

Expand Down

0 comments on commit ad56d2b

Please sign in to comment.