Skip to content

Commit e958d2c

Browse files
chore(deps): update dependency node to v24
1 parent b0905c1 commit e958d2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Setup node with cache"
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
cache: 'yarn'
2424

2525
- run: yarn install --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: "Setup node with cache"
1111
uses: actions/setup-node@v6
1212
with:
13-
node-version: 22
13+
node-version: 24
1414
cache: yarn
1515

1616
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)