Skip to content

Commit

Permalink
Merge pull request #1415 from microsoft/baywet-patch-1
Browse files Browse the repository at this point in the history
ci: adds node 22.x to validation
  • Loading branch information
baywet authored Oct 14, 2024
2 parents 11f33bd + eafe32d commit ab41be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
TENANT_ID: ${{ secrets.TENANT_ID }}
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit ab41be0

Please sign in to comment.