Skip to content

Commit 2e21773

Browse files
committed
Bump Node to 24
1 parent f23483f commit 2e21773

7 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/operation-location-migration-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
operation-location-migration-e2e:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-22.04, windows-latest]
14-
node-version: [20.x, 22.x]
14+
node-version: [20.x, 22.x, 24.x]
1515
runs-on: ${{ matrix.os }}
1616
defaults:
1717
run:

.github/workflows/operation-location-migration.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
operation-location-migration:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-22.04, windows-latest]
14-
node-version: [20.x, 22.x]
14+
node-version: [20.x, 22.x, 24.x]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Check out repository

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
npm-token: ${{ secrets.NPM_TOKEN }}
1010
github-token: ${{ secrets.GITHUB_TOKEN }}
11-
node-version: '22.x'
11+
node-version: '24.x'
1212

1313
jobs:
1414
release:

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
github-token: ${{ secrets.GITHUB_TOKEN }}
9-
node-version: '22.x'
9+
node-version: '24.x'
1010
release-tag: pr${{ github.event.issue.number }}-run${{ github.run_number }}-${{ github.run_attempt }}
1111

1212
jobs:

.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:

.github/workflows/typescript-resolver-files.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:
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
steps:
1717
- name: Check out repository

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

0 commit comments

Comments
 (0)