Skip to content

Commit a87dd08

Browse files
authored
chore: update ci to use latest node LTS (#2610)
1 parent 0fbe39a commit a87dd08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/turbo-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inputs:
33
node-version:
44
description: Node version
55
required: true
6-
default: 20.x
6+
default: 22.x
77
runs:
88
using: composite
99
steps:

.github/workflows/reusable-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x]
16+
node-version: [22.x, 23.x]
1717
steps:
1818
- uses: actions/[email protected]
1919
- uses: ./.github/actions/turbo-build

0 commit comments

Comments
 (0)