Skip to content

Commit e5fee54

Browse files
committed
Fix missed config
1 parent e5fce8a commit e5fee54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/typescript-resolver-files-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
workflow_call:
55

66
env:
7-
node-version: '22.x'
7+
node-version: '24.x'
88

99
jobs:
1010
typescript-resolver-files-e2e:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-22.04, windows-latest]
14-
node-version: [18.x, 20.x, 22.x]
14+
node-version: [20.x, 22.x, 24.x]
1515
runs-on: ${{ matrix.os }}
1616
defaults:
1717
run:

0 commit comments

Comments
 (0)