Skip to content

Commit c0a802e

Browse files
chore: upgrade node version in deployment pipeline (#1149)
1 parent ccd2d9e commit c0a802e

4 files changed

Lines changed: 48 additions & 353 deletions

File tree

.github/workflows/ci_reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
fetch-depth: 0
157157
- uses: actions/setup-node@v3
158158
with:
159-
node-version: "18"
159+
node-version: "24"
160160
registry-url: "https://registry.npmjs.org"
161161
cache: "npm"
162162
- name: Cache dependencies

.github/workflows/fleek-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Node.js
3636
uses: actions/setup-node@v3
3737
with:
38-
node-version: 18
38+
node-version: 24
3939
- name: Install Packages
4040
run: npm ci
4141
- name: Build & deploy sites

0 commit comments

Comments
 (0)