Skip to content

Commit 2e82f7d

Browse files
authored
Use node 24 (#412)
* Use node 24 * Fix missed config
1 parent d8a4665 commit 2e82f7d

8 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
node-version: '22.x'
14+
node-version: '24.x'
1515

1616
jobs:
1717
install-deps:

.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
@@ -7,7 +7,7 @@ on:
77
env:
88
# npm-token: ${{ secrets.NPM_TOKEN }}
99
github-token: ${{ secrets.GITHUB_TOKEN }}
10-
node-version: '22.x'
10+
node-version: '24.x'
1111
release-tag: pr${{ github.event.issue.number }}-run${{ github.run_number }}-${{ github.run_attempt }}
1212

1313
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)