Skip to content

Commit 38d1a68

Browse files
chore(deps): update dependency node to v24 (#195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3c487a commit 38d1a68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3636
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3737
with:
38-
node-version: 22
38+
node-version: 24
3939
cache: "npm"
4040
- run: npm ci
4141
- run: npm run build
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5454
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
5555
with:
56-
node-version: 22
56+
node-version: 24
5757
cache: "npm"
5858
- run: npm ci
5959
- run: npm run build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2020
with:
21-
node-version: 22
21+
node-version: 24
2222
cache: "npm"
2323
- run: npm ci
2424
- run: npm run build

0 commit comments

Comments
 (0)