Skip to content

Commit 8596abb

Browse files
fix: update CI/CD to 22 above
1 parent ea388bb commit 8596abb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node: [ 20 ]
9+
node: [ 22 ]
1010
name: Linting on Ubuntu with Node ${{ matrix.node }}
1111
steps:
1212
- uses: actions/checkout@v4

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node: [ 20 ]
9+
node: [ 22 ]
1010
name: Prettier on Ubuntu with Node ${{ matrix.node }}
1111
steps:
1212
- uses: actions/checkout@v4

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node: [ 20, 22 ]
9+
node: [ 22, 24 ]
1010
name: Run tests on Ubuntu with Node ${{ matrix.node }}
1111
steps:
1212
- uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: windows-latest
2121
strategy:
2222
matrix:
23-
node: [ 20, 22 ]
23+
node: [ 22, 24 ]
2424
name: Run tests on Windows with Node ${{ matrix.node }}
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)