fix: run in node:22 container (runner lacks Node.js)
Deploy to Cloudflare Pages / deploy (push) Failing after 13m38s
Deploy to Cloudflare Pages / deploy (push) Failing after 13m38s
🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: node:22
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: git clone --depth 1 --branch main https://git.ampbox.io/${{ github.repository }}.git .
|
run: git clone --depth 1 --branch main https://git.ampbox.io/${{ github.repository }}.git .
|
||||||
|
|||||||
Reference in New Issue
Block a user