Skip to content

Commit

Permalink
🐎 ci: 遇到 github-actions-transitioning-from-node-16-to-node-20
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Mar 24, 2024
1 parent 45ceffb commit 012e508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monorepo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- uses: amondnet/vercel-action@v25.1.1
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monorepo-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- uses: amondnet/vercel-action@v25.1.1
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
Expand Down

0 comments on commit 012e508

Please sign in to comment.