Skip to content

Commit

Permalink
chore(ci): add nodejs 23 to matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Nov 20, 2024
1 parent 16ae1af commit 99239ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
node-version:
description: Node version to use
required: false
default: '20.x'
default: '22.x'
pnpm-version:
description: PNPM version to use
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [20.x, 22.x]
node-version: [20.x, 22.x, 23.x]
python-version: ['3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Environment
uses: ./.github/actions/setup-environment
with:
node-version: 20.x
node-version: 22.x
python-version: '3.13'
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 99239ba

Please sign in to comment.