Skip to content

Commit

Permalink
nodejs 18.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Dec 24, 2024
1 parent 022c981 commit d70d915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vercel-deploy-erd-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
setup-deployment:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
outputs:
environment: ${{ steps.environment.outputs.environment }}
has-changes: ${{ steps.changes.outputs.src }}
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
VERCEL_ORG_ID: ${{ vars.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ vars[matrix.apps.vercel-project-id-key] }}
steps:
- run: node -v
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-setup
- name: Install Vercel CLI
Expand Down

0 comments on commit d70d915

Please sign in to comment.