Skip to content

Commit

Permalink
fix: update setup-node to version 3 to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeolun committed Nov 24, 2022
1 parent 81bbf84 commit 6e960a9
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "lts/*"

Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "ISC",
"dependencies": {
"@compiled/react": "^0.10.2",
"@compiled/react": "^0.11.1",
"immutable": "^4.0.0",
"jsondiffpatch": "^0.4.1",
"localforage": "^1.10.0",
Expand All @@ -40,7 +40,7 @@
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@compiled/babel-plugin": "^0.12.1",
"@compiled/babel-plugin": "^0.16.5",
"@types/react": "^17.0.2",
"react": "^17.0.2",
"redux": "4.0.1",
Expand Down
3 changes: 1 addition & 2 deletions src/StoreActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const Popup = styled.div`
background-color: white;
display: flex;
contain: content;
flex-direction: column;
`;
flex-direction: column;`;

const Header = styled.div`
padding: 4px;
Expand Down

0 comments on commit 6e960a9

Please sign in to comment.