Skip to content

Commit

Permalink
[Actions] Upgrade to Node 22 (Azure#31930)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Dec 19, 2024
1 parent 7b50550 commit c335551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node-npm-ci/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Uses specified Node version and runs npm commands to set up the env
inputs:
node-version:
description: 'Node version to use'
default: 20.x
default: 22.x

runs:
using: "composite"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_reusable-eng-tools-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [18, 20]
node-version: [18, 22]
exclude:
- os: ubuntu-latest
node-version: 20
node-version: 22
- os: windows-latest
node-version: 18

Expand Down

0 comments on commit c335551

Please sign in to comment.