Skip to content

Commit 52ae7c5

Browse files
chore(deps): update node version
1 parent 1d2a2a7 commit 52ae7c5

70 files changed

Lines changed: 9869 additions & 9461 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20, 22, 24]
14+
node-version: [22, 24]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v3.6.0
1818
with:
19-
node-version: '20.x'
19+
node-version: '22.x'
2020
- name: Bootstrap
2121
run: |
2222
npm ci --ignore-scripts

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20, 22, 24]
14+
node-version: [22, 24]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: '20.x'
27+
node-version: '22.x'
2828

2929
- name: Checkout Automation Repository
3030
uses: actions/checkout@v3

0 commit comments

Comments
 (0)