Update vercel action files
All checks were successful
All checks were successful
This commit is contained in:
2
.github/workflows/vercel-preview.yaml
vendored
2
.github/workflows/vercel-preview.yaml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
Deploy-Preview:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: "Install Vercel CLI"
|
||||
|
||||
2
.github/workflows/vercel-production.yaml
vendored
2
.github/workflows/vercel-production.yaml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
- stable
|
||||
jobs:
|
||||
Deploy-Production:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: "Install Vercel CLI"
|
||||
|
||||
Reference in New Issue
Block a user