ci: bump Node.js to 20.x for Wrangler v4 compatibility
This commit is contained in:
parent
a40471fec9
commit
dfb09c9827
2
.github/workflows/deploy-homepage.yml
vendored
2
.github/workflows/deploy-homepage.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
- name: 🧰 Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: '20.x'
|
||||
|
||||
- name: 📥 Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
Loading…
Reference in New Issue
Block a user