Skip to content

Commit

Permalink
ci: use major version of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 1, 2024
1 parent a79e206 commit 42bf8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
with:
license-check: true
node-versions: '["16", "18", "20", "22"]'
2 changes: 1 addition & 1 deletion .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v5.0.0
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v5

0 comments on commit 42bf8bd

Please sign in to comment.