Skip to content

Commit b1ede90

Browse files
chore(deps): update dependency node to v24
1 parent 5190e32 commit b1ede90

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/pull_request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
cache: yarn
1515
check-latest: true
16-
node-version: 22
16+
node-version: 24
1717
- run: yarn
1818
- run: yarn lint --no-fix
1919

@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
cache: yarn
2828
check-latest: true
29-
node-version: 22
29+
node-version: 24
3030
- run: yarn
3131
- run: yarn build
3232

@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
cache: yarn
4141
check-latest: true
42-
node-version: 22
42+
node-version: 24
4343
- run: yarn
4444
- run: yarn test
4545
- uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
@@ -72,6 +72,6 @@ jobs:
7272
with:
7373
cache: yarn
7474
check-latest: true
75-
node-version: 22
75+
node-version: 24
7676
- run: yarn
7777
- run: yarn docs:build

.github/workflows/push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
cache: yarn
1717
check-latest: true
18-
node-version: 22
18+
node-version: 24
1919
- run: yarn
2020
- run: yarn lint --no-fix
2121

@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
cache: yarn
3030
check-latest: true
31-
node-version: 22
31+
node-version: 24
3232
- run: yarn
3333
- run: yarn build
3434

@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
cache: yarn
4343
check-latest: true
44-
node-version: 22
44+
node-version: 24
4545
- run: yarn
4646
- run: yarn test
4747
- uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
cache: yarn
7676
check-latest: true
77-
node-version: 22
77+
node-version: 24
7878
- run: yarn
7979
- run: yarn docs:build
8080
- uses: JamesIves/github-pages-deploy-action@v4.7.4
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
cache: yarn
103103
check-latest: true
104-
node-version: 22
104+
node-version: 24
105105
- run: yarn
106106
# TODO: Possibly download as artifact
107107
- run: yarn build

0 commit comments

Comments
 (0)