Skip to content

Commit 24c0c62

Browse files
committed
Updated NodeJS LTS versions supported following latest updates
1 parent 12a92b7 commit 24c0c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
security-events: write
1515
strategy:
1616
matrix:
17-
node: [ 20, 22 ]
17+
node: [ 20, 22, 24 ]
1818
fail-fast: false
1919
steps:
2020
- name: Checkout code

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [ 20, 22 ]
12+
node: [ 20, 22, 24 ]
1313
fail-fast: false
1414
steps:
1515
- name: Checkout code

0 commit comments

Comments
 (0)