Skip to content

Commit 9a682ca

Browse files
chore(deps): update node.js to v24
1 parent d23d0e7 commit 9a682ca

5 files changed

Lines changed: 51 additions & 51 deletions

File tree

.github/workflows/develop.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v6
1313
with:
14-
node-version: 22
14+
node-version: 24
1515
cache: 'npm'
1616
- run: npm install
1717
- run: npm run build --workspace=@tomplum/react-git-log
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: 22
25+
node-version: 24
2626
cache: 'npm'
2727
- run: npm install
2828
- run: npm run build-storybook --workspace=@tomplum/react-git-log-demo
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v5
3434
- uses: actions/setup-node@v6
3535
with:
36-
node-version: 22
36+
node-version: 24
3737
cache: 'npm'
3838
- run: npm install
3939
- run: npm run lint
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v5
4646
- uses: actions/setup-node@v6
4747
with:
48-
node-version: 22
48+
node-version: 24
4949
cache: 'npm'
5050
- run: npm install
5151
- run: npm run docs --workspace=@tomplum/react-git-log
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v5
5959
- uses: actions/setup-node@v6
6060
with:
61-
node-version: 22
61+
node-version: 24
6262
cache: 'npm'
6363
- run: npm install
6464
- run: npm run test:unit:ci --workspace=@tomplum/react-git-log
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v5
7777
- uses: actions/setup-node@v6
7878
with:
79-
node-version: 22
79+
node-version: 24
8080
cache: 'npm'
8181
- run: npm install
8282
- run: npm run test --workspace=@tomplum/react-git-log-demo
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@v5
9090
- uses: actions/setup-node@v6
9191
with:
92-
node-version: 22
92+
node-version: 24
9393
cache: 'npm'
9494
- run: npm install
9595
- run: npm run test:integration:ci --workspace=@tomplum/react-git-log
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/checkout@v5
123123
- uses: actions/setup-node@v6
124124
with:
125-
node-version: 22
125+
node-version: 24
126126
cache: 'npm'
127127
- run: npm install
128128
- uses: snyk/actions/node@master

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 22
15+
node-version: 24
1616
cache: 'npm'
1717
- run: npm install
1818
- run: npm run build --workspace=@tomplum/react-git-log
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929
- uses: actions/setup-node@v6
3030
with:
31-
node-version: 22
31+
node-version: 24
3232
cache: 'npm'
3333
- run: npm install
3434
- run: npm run build-storybook --workspace=@tomplum/react-git-log-demo
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5
4545
- uses: actions/setup-node@v6
4646
with:
47-
node-version: 22
47+
node-version: 24
4848
cache: 'npm'
4949
- run: npm install
5050
- run: npm run lint
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v5
5757
- uses: actions/setup-node@v6
5858
with:
59-
node-version: 22
59+
node-version: 24
6060
cache: 'npm'
6161
- run: npm install
6262
- run: npm run docs --workspace=@tomplum/react-git-log
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v5
7070
- uses: actions/setup-node@v6
7171
with:
72-
node-version: 22
72+
node-version: 24
7373
cache: 'npm'
7474
- run: npm install
7575
- run: npm run test:unit:ci --workspace=@tomplum/react-git-log
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@v5
8888
- uses: actions/setup-node@v6
8989
with:
90-
node-version: 22
90+
node-version: 24
9191
cache: 'npm'
9292
- run: npm install
9393
- run: npm run test --workspace=@tomplum/react-git-log-demo
@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/checkout@v5
101101
- uses: actions/setup-node@v6
102102
with:
103-
node-version: 22
103+
node-version: 24
104104
cache: 'npm'
105105
- run: npm install
106106
- run: npm run test:integration:ci --workspace=@tomplum/react-git-log
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/checkout@v5
134134
- uses: actions/setup-node@v6
135135
with:
136-
node-version: 22
136+
node-version: 24
137137
cache: 'npm'
138138
- run: npm install
139139
- uses: snyk/actions/node@master

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