Skip to content

Commit

Permalink
fix: disabling serverless v4 as plugin test system wasn't updated for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jiw-mh committed Jan 21, 2025
1 parent 2166a0f commit a7eb3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
serverless:
- "2"
- "3"
- "4"
# - "4" Official way to test plugins for serverless is missing.
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit a7eb3bf

Please sign in to comment.