Skip to content

Commit

Permalink
Upgrade to Node v22 LTS (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits authored Nov 12, 2024
1 parent 85b9df0 commit ca5870c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Install Playwright Browsers
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20
v22
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:22

ENV NEXT_TELEMETRY_DISABLED 1
ENV PORT 80
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Stellar Development Foundation <stellar@stellar.org>",
"license": "Apache-2.0",
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
},
"scripts": {
"dev": "export NEXT_PUBLIC_COMMIT_HASH=$(git rev-parse --short HEAD) && next dev",
Expand Down

0 comments on commit ca5870c

Please sign in to comment.