Skip to content

Commit

Permalink
chore: update node to 22.11.0 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
diogogmatos committed Oct 31, 2024
1 parent c87831e commit 695f69f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 6 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

0 comments on commit 695f69f

Please sign in to comment.