mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
🔧 Force Node v24 on Github actions
This commit is contained in:
parent
c2b251c7e5
commit
d802cd84c7
3
.github/workflows/daily.yml
vendored
3
.github/workflows/daily.yml
vendored
@ -28,6 +28,9 @@ jobs:
|
||||
DISCORD_BOT_TOKEN: "${{ secrets.DISCORD_BOT_TOKEN }}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version-file: "package.json"
|
||||
|
||||
8
.github/workflows/deploy-partykit.yml
vendored
8
.github/workflows/deploy-partykit.yml
vendored
@ -12,16 +12,20 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version-file: "package.json"
|
||||
- name: Run Nx ignore
|
||||
# https://github.com/vercel/turborepo/issues/6348
|
||||
- name: Run Turbo ignore
|
||||
id: check_changes
|
||||
run: |
|
||||
echo "Running script..."
|
||||
|
||||
set +e
|
||||
bunx nx-ignore partykit --slim-install
|
||||
bunx turbo-ignore @typebot.io/partykit
|
||||
exit_code=$?
|
||||
set -e
|
||||
|
||||
|
||||
9
.github/workflows/deploy-workflows.yml
vendored
9
.github/workflows/deploy-workflows.yml
vendored
@ -12,16 +12,19 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version-file: "package.json"
|
||||
- name: Run Nx ignore
|
||||
- name: Run Turbo ignore
|
||||
id: check_changes
|
||||
run: |
|
||||
echo "Running nx-ignore..."
|
||||
echo "Running turbo-ignore..."
|
||||
|
||||
set +e
|
||||
bunx nx-ignore workflows --slim-install
|
||||
bunx turbo-ignore workflows --task=typecheck
|
||||
exit_code=$?
|
||||
set -e
|
||||
|
||||
|
||||
3
.github/workflows/hourly.yml
vendored
3
.github/workflows/hourly.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
STRIPE_PRO_CHATS_PRICE_ID: "${{ secrets.STRIPE_PRO_CHATS_PRICE_ID }}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version-file: "package.json"
|
||||
|
||||
3
.github/workflows/monthly.yml
vendored
3
.github/workflows/monthly.yml
vendored
@ -18,6 +18,9 @@ jobs:
|
||||
NEXT_PUBLIC_VIEWER_URL: "http://localhost:3001"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version-file: "package.json"
|
||||
|
||||
3
.github/workflows/publish-typebot-js.yml
vendored
3
.github/workflows/publish-typebot-js.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version-file: "package.json"
|
||||
|
||||
3
.github/workflows/publish-typebot-react.yml
vendored
3
.github/workflows/publish-typebot-react.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version-file: "package.json"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user