Skip to content

Commit 56f229d

Browse files
chore(deps): update dependency node to v24
1 parent 4ffbfd4 commit 56f229d

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
@@ -11,7 +11,7 @@ jobs:
1111
- name: "Setup node with cache"
1212
uses: actions/setup-node@v6
1313
with:
14-
node-version: 22
14+
node-version: 24
1515
cache: 'yarn'
1616

1717
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)