Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez committed Sep 20, 2024
1 parent a087d7b commit e2dd69c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -871,10 +871,11 @@ jobs:
SERVICES: mssql
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '22.8.0'
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/setup
- uses: ./.github/actions/install
- uses: ./.github/actions/node/latest
- run: yarn test:plugins:ci
- run: yarn test:plugins:upstream
- if: always()
Expand Down

0 comments on commit e2dd69c

Please sign in to comment.