Skip to content

Commit

Permalink
Bump dependencies (mozilla#907)
Browse files Browse the repository at this point in the history
* Bump dependencies
* Bump Node versions in GH action
  • Loading branch information
alexgibson authored Nov 13, 2023
1 parent 9c7bbd2 commit 8b097ac
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
env:
DISPLAY: ":99.0"
Expand Down
3 changes: 1 addition & 2 deletions assets/sass/protocol/components/_split.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,8 @@
}

.mzp-c-split-media {
align-self: center;
grid-area: media;
justify-self: start;
place-self: center start;

.mzp-c-split-media-asset {
display: block;
Expand Down
Loading

0 comments on commit 8b097ac

Please sign in to comment.