Skip to content

Commit

Permalink
bump ci node version
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Ricart <[email protected]>
  • Loading branch information
aricart committed Dec 16, 2024
1 parent 8638082 commit d65e924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
deno-version: [2.0.x]
node-version: [22.x]
node-version: [23.x]
permissions:
contents: read
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transport-node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
deno-version: [2.0.x]
node-version: [22.x]
node-version: [23.x]

name: test node transport with local dependencies
runs-on: ubuntu-latest-4-cores
Expand Down

0 comments on commit d65e924

Please sign in to comment.