Skip to content

Commit

Permalink
chore: update node to 22.11.0 LTS (#253)
Browse files Browse the repository at this point in the history
* chore: update node to 22.11.0 LTS

* chore: add day bg color back
  • Loading branch information
diogogmatos authored Oct 31, 2024
1 parent c87831e commit 2756b6c
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20.9.0
node-version: 22.11.0

- name: Setup up Bun
uses: oven-sh/setup-bun@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup up Node
uses: actions/setup-node@v3
with:
node-version: 20.9.0
node-version: 22.11.0

- name: Setup up Bun
uses: oven-sh/setup-bun@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
22.11.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.9.0
nodejs 22.11.0
bun 1.1.32
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[build.environment]
TZ = "Europe/Lisbon"
NODE_VERSION = "20.9.0"
NODE_VERSION = "22.11.0"
NEXT_VERSION = "14.2.3"

[[plugins]]
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"stylelint-scss": "^4.3.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.3.1",
"autoprefixer": "^10.4.0",
"eslint": "8.23.0",
Expand Down
8 changes: 1 addition & 7 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,8 @@ a {
border-radius: 8px;
}

/* shows a 'today' background color in month view */
.rbc-calendar .rbc-month-row .rbc-day-bg.rbc-today {
@apply bg-cesium-900/10;
}

/* hides 'today' background color by default */
.rbc-calendar .rbc-today {
@apply bg-transparent;
@apply bg-cesium-900/10;
}

.rbc-calendar .rbc-date-cell.rbc-now.rbc-current > button {
Expand Down

0 comments on commit 2756b6c

Please sign in to comment.